#535A88

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

Shades of Governor Bay #535A88

Tints of Governor Bay #535A88

Color information

#535A88 (or 0x535A88) is unknown color: approx Governor Bay. HEX triplet: 53, 5A and 88. RGB value is (83,90,136). Sum of RGB (Red+Green+Blue) = 83+90+136=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #535A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535A88 is #ACA577. Grayscale: #5C5C5C. Windows color (decimal): -11314552 or 8936019. OLE color: 8936019.

HSL color Cylindrical-coordinate representation of color #535A88: hue angle of 232.08º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #535A88 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8390136-
CMYK0.390.3400.47
HSL232.08º24.2%42.94%-
HSV(B)232.08º38.97%53.33%-
XYZ11.6710.9324.79-
YUV93.15152.18120.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 136 (53.52% from 255) = 44.01%
R=26.86%
G=29.13%
B=44.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83901360.390.3400.47232.0824.242.94
Hex535A88272202Fe8182b
Octal12313221047420573503053
Binary101001110110101000100010011110001001011111110100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,90,136); }

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

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

 a { background-color: rgb(83,90,136); }

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

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

 span { border-color: rgb(83,90,136); }

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