#536195

Color #536195 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #536195

Tints of Governor Bay #536195

Color information

#536195 (or 0x536195) is unknown color: approx Governor Bay. HEX triplet: 53, 61 and 95. RGB value is (83,97,149). Sum of RGB (Red+Green+Blue) = 83+97+149=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #536195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536195 is #AC9E6A. Grayscale: #626262. Windows color (decimal): -11312747 or 9789779. OLE color: 9789779.

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

Color convert

RGB8397149-
CMYK0.440.3500.42
HSL227.27º28.45%45.49%-
HSV(B)227.27º44.3%58.43%-
XYZ13.2712.5630.16-
YUV98.74156.36116.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 149 (58.59% from 255) = 45.29%
R=25.23%
G=29.48%
B=45.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83971490.440.3500.42227.2728.4545.49
Hex5361952C2302Ae31c2d
Octal12314122554430523433455
Binary101001111000011001010110110010001101010101110001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536195; }

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

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

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

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

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

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

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

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