#536692

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

Shades of Waikawa Grey #536692

Tints of Waikawa Grey #536692

Color information

#536692 (or 0x536692) is unknown color: approx Waikawa Grey. HEX triplet: 53, 66 and 92. RGB value is (83,102,146). Sum of RGB (Red+Green+Blue) = 83+102+146=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #536692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536692 is #AC996D. Grayscale: #656565. Windows color (decimal): -11311470 or 9594451. OLE color: 9594451.

HSL color Cylindrical-coordinate representation of color #536692: hue angle of 221.9º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #536692 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB83102146-
CMYK0.430.3000.43
HSL221.9º27.51%44.9%-
HSV(B)221.9º43.15%57.25%-
XYZ13.5113.4229.07-
YUV101.34153.21114.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.08%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=25.08%
G=30.82%
B=44.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831021460.430.3000.43221.927.5144.9
Hex5366922B1E02Bde1c2d
Octal12314622253360533363455
Binary10100111100110100100101010111111001010111101111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536692; }

 p { color: rgb(83,102,146); }

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

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

 a { background-color: rgb(83,102,146); }

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

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

 span { border-color: rgb(83,102,146); }

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