#535387

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

Shades of Governor Bay #535387

Tints of Governor Bay #535387

Color information

#535387 (or 0x535387) is unknown color: approx Governor Bay. HEX triplet: 53, 53 and 87. RGB value is (83,83,135). Sum of RGB (Red+Green+Blue) = 83+83+135=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #535387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535387 is #ACAC78. Grayscale: #585858. Windows color (decimal): -11316345 or 8868691. OLE color: 8868691.

HSL color Cylindrical-coordinate representation of color #535387: hue angle of 240º 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 #535387 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8383135-
CMYK0.390.3900.47
HSL240º23.85%42.75%-
HSV(B)240º38.52%52.94%-
XYZ11.039.7724.23-
YUV88.93154123.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.57%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 135 (53.12% from 255) = 44.85%
R=27.57%
G=27.57%
B=44.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83831350.390.3900.4724023.8542.75
Hex535387272702Ff0182b
Octal12312320747470573603053
Binary101001110100111000011110011110011101011111111000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535387; }

 p { color: rgb(83,83,135); }

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

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

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

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

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

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

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