#535B95

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

Shades of Governor Bay #535B95

Tints of Governor Bay #535B95

Color information

#535B95 (or 0x535B95) is unknown color: approx Governor Bay. HEX triplet: 53, 5B and 95. RGB value is (83,91,149). Sum of RGB (Red+Green+Blue) = 83+91+149=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #535B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535B95 is #ACA46A. Grayscale: #5E5E5E. Windows color (decimal): -11314283 or 9788243. OLE color: 9788243.

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

Color convert

RGB8391149-
CMYK0.440.3900.42
HSL232.73º28.45%45.49%-
HSV(B)232.73º44.3%58.43%-
XYZ12.7311.4929.98-
YUV95.22158.35119.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 91 (35.94% from 255) = 28.17%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=25.70%
G=28.17%
B=46.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83911490.440.3900.42232.7328.4545.49
Hex535B952C2702Ae91c2d
Octal12313322554470523513455
Binary101001110110111001010110110010011101010101110100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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