#535695

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

Shades of Governor Bay #535695

Tints of Governor Bay #535695

Color information

#535695 (or 0x535695) is unknown color: approx Governor Bay. HEX triplet: 53, 56 and 95. RGB value is (83,86,149). Sum of RGB (Red+Green+Blue) = 83+86+149=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #535695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535695 is #ACA96A. Grayscale: #5C5C5C. Windows color (decimal): -11315563 or 9786963. OLE color: 9786963.

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

Color convert

RGB8386149-
CMYK0.440.4200.42
HSL237.27º28.45%45.49%-
HSV(B)237.27º44.3%58.43%-
XYZ12.3210.6629.84-
YUV92.29160.01121.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 149 (58.59% from 255) = 46.86%
R=26.10%
G=27.04%
B=46.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83861490.440.4200.42237.2728.4545.49
Hex5356952C2A02Aed1c2d
Octal12312622554520523553455
Binary101001110101101001010110110010101001010101110110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535695; }

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

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

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

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

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

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

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

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