#535B8C

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

Shades of Governor Bay #535B8C

Tints of Governor Bay #535B8C

Color information

#535B8C (or 0x535B8C) is unknown color: approx Governor Bay. HEX triplet: 53, 5B and 8C. RGB value is (83,91,140). Sum of RGB (Red+Green+Blue) = 83+91+140=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #535B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535B8C is #ACA473. Grayscale: #5D5D5D. Windows color (decimal): -11314292 or 9198419. OLE color: 9198419.

HSL color Cylindrical-coordinate representation of color #535B8C: hue angle of 231.58º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #535B8C is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8391140-
CMYK0.410.3500.45
HSL231.58º25.56%43.73%-
HSV(B)231.58º40.71%54.9%-
XYZ12.0411.2126.34-
YUV94.19153.85120.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 140 (55.08% from 255) = 44.59%
R=26.43%
G=28.98%
B=44.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83911400.410.3500.45231.5825.5643.73
Hex535B8C292302De81a2c
Octal12313321451430553503254
Binary101001110110111000110010100110001101011011110100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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