#535C90

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

Shades of Governor Bay #535C90

Tints of Governor Bay #535C90

Color information

#535C90 (or 0x535C90) is unknown color: approx Governor Bay. HEX triplet: 53, 5C and 90. RGB value is (83,92,144). Sum of RGB (Red+Green+Blue) = 83+92+144=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #535C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535C90 is #ACA36F. Grayscale: #5F5F5F. Windows color (decimal): -11314032 or 9460819. OLE color: 9460819.

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

Color convert

RGB8392144-
CMYK0.420.3600.44
HSL231.15º26.87%44.51%-
HSV(B)231.15º42.36%56.47%-
XYZ12.4311.5127.95-
YUV95.24155.52119.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=26.02%
G=28.84%
B=45.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83921440.420.3600.44231.1526.8744.51
Hex535C902A2402Ce71b2d
Octal12313422052440543473355
Binary101001110111001001000010101010010001011001110011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535C90; }

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

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

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

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

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

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

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

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