#535D8B

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

Shades of Governor Bay #535D8B

Tints of Governor Bay #535D8B

Color information

#535D8B (or 0x535D8B) is unknown color: approx Governor Bay. HEX triplet: 53, 5D and 8B. RGB value is (83,93,139). Sum of RGB (Red+Green+Blue) = 83+93+139=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #535D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535D8B is #ACA274. Grayscale: #5F5F5F. Windows color (decimal): -11313781 or 9133395. OLE color: 9133395.

HSL color Cylindrical-coordinate representation of color #535D8B: hue angle of 229.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #535D8B is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8393139-
CMYK0.400.3300.45
HSL229.29º25.23%43.53%-
HSV(B)229.29º40.29%54.51%-
XYZ12.1411.5326.01-
YUV95.25152.69119.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.35%
GREEN value IS 93 (36.72% from 255) = 29.52%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=26.35%
G=29.52%
B=44.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83931390.400.3300.45229.2925.2343.53
Hex535D8B282102De5192c
Octal12313521350410553453154
Binary101001110111011000101110100010000101011011110010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,93,139); }

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

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

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

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

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

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

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