#536895

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

Shades of Waikawa Grey #536895

Tints of Waikawa Grey #536895

Color information

#536895 (or 0x536895) is unknown color: approx Waikawa Grey. HEX triplet: 53, 68 and 95. RGB value is (83,104,149). Sum of RGB (Red+Green+Blue) = 83+104+149=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #536895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536895 is #AC976A. Grayscale: #666666. Windows color (decimal): -11310955 or 9791571. OLE color: 9791571.

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

Color convert

RGB83104149-
CMYK0.440.3000.42
HSL220.91º28.45%45.49%-
HSV(B)220.91º44.3%58.43%-
XYZ13.9413.9130.38-
YUV102.85154.04113.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.70%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 149 (58.59% from 255) = 44.35%
R=24.70%
G=30.95%
B=44.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831041490.440.3000.42220.9128.4545.49
Hex5368952C1E02Add1c2d
Octal12315022554360523353455
Binary10100111101000100101011011001111001010101101110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536895; }

 p { color: rgb(83,104,149); }

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

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

 a { background-color: rgb(83,104,149); }

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

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

 span { border-color: rgb(83,104,149); }

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