#535C8C

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

Shades of Governor Bay #535C8C

Tints of Governor Bay #535C8C

Color information

#535C8C (or 0x535C8C) is unknown color: approx Governor Bay. HEX triplet: 53, 5C and 8C. RGB value is (83,92,140). Sum of RGB (Red+Green+Blue) = 83+92+140=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #535C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535C8C is #ACA373. Grayscale: #5E5E5E. Windows color (decimal): -11314036 or 9198675. OLE color: 9198675.

HSL color Cylindrical-coordinate representation of color #535C8C: hue angle of 230.53º 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 #535C8C is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8392140-
CMYK0.410.3400.45
HSL230.53º25.56%43.73%-
HSV(B)230.53º40.71%54.9%-
XYZ12.1311.3926.37-
YUV94.78153.52119.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.35%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 140 (55.08% from 255) = 44.44%
R=26.35%
G=29.21%
B=44.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83921400.410.3400.45230.5325.5643.73
Hex535C8C292202De71a2c
Octal12313421451420553473254
Binary101001110111001000110010100110001001011011110011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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