#536290

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

Shades of Waikawa Grey #536290

Tints of Waikawa Grey #536290

Color information

#536290 (or 0x536290) is unknown color: approx Waikawa Grey. HEX triplet: 53, 62 and 90. RGB value is (83,98,144). Sum of RGB (Red+Green+Blue) = 83+98+144=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #536290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536290 is #AC9D6F. Grayscale: #626262. Windows color (decimal): -11312496 or 9462355. OLE color: 9462355.

HSL color Cylindrical-coordinate representation of color #536290: hue angle of 225.25º 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 #536290 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8398144-
CMYK0.420.3200.44
HSL225.25º26.87%44.51%-
HSV(B)225.25º42.36%56.47%-
XYZ12.9712.5928.13-
YUV98.76153.53116.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.54%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=25.54%
G=30.15%
B=44.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83981440.420.3200.44225.2526.8744.51
Hex5362902A2002Ce11b2d
Octal12314222052400543413355
Binary101001111000101001000010101010000001011001110000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536290; }

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

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

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

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

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

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

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

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