#536090

Color #536090 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #536090

Tints of Waikawa Grey #536090

Color information

#536090 (or 0x536090) is unknown color: approx Waikawa Grey. HEX triplet: 53, 60 and 90. RGB value is (83,96,144). Sum of RGB (Red+Green+Blue) = 83+96+144=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #536090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536090 is #AC9F6F. Grayscale: #616161. Windows color (decimal): -11313008 or 9461843. OLE color: 9461843.

HSL color Cylindrical-coordinate representation of color #536090: hue angle of 227.21º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #536090 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8396144-
CMYK0.420.3300.44
HSL227.21º26.87%44.51%-
HSV(B)227.21º42.36%56.47%-
XYZ12.7812.2228.07-
YUV97.58154.19117.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=25.70%
G=29.72%
B=44.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83961440.420.3300.44227.2126.8744.51
Hex5360902A2102Ce31b2d
Octal12314022052410543433355
Binary101001111000001001000010101010000101011001110001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536090; }

 p { color: rgb(83,96,144); }

 H1.HeaderClassName
 {
   color: #536090;
 }
 .AnyTagClassName
 {
   color: #536090;
 }
</style>
background-color css

<style>
 a { background-color: #536090; }

 a { background-color: rgb(83,96,144); }

 div.DivClassName
 {
   background-color: #536090;
 }
 .BgClassName
 {
   background-color: #536090;
 }
</style>
border-color css

<style>
 span { border-color: #536090; }

 span { border-color: rgb(83,96,144); }

 td.TdClassName
 {
   border-color: #536090;
 }
 .TagClassName
 {
   border-color: #536090;
 }
</style>