#535883

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

Shades of Governor Bay #535883

Tints of Governor Bay #535883

Color information

#535883 (or 0x535883) is unknown color: approx Governor Bay. HEX triplet: 53, 58 and 83. RGB value is (83,88,131). Sum of RGB (Red+Green+Blue) = 83+88+131=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 131 - color contains mainly: blue. Hex color #535883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535883 is #ACA77C. Grayscale: #5B5B5B. Windows color (decimal): -11315069 or 8607827. OLE color: 8607827.

HSL color Cylindrical-coordinate representation of color #535883: hue angle of 233.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #535883 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8388131-
CMYK0.370.3300.49
HSL233.75º22.43%41.96%-
HSV(B)233.75º36.64%51.37%-
XYZ11.1510.4622.9-
YUV91.41150.34122-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.48%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 131 (51.56% from 255) = 43.38%
R=27.48%
G=29.14%
B=43.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83881310.370.3300.49233.7522.4341.96
Hex5358832521031ea162a
Octal12313020345410613522652
Binary101001110110001000001110010110000101100011110101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535883; }

 p { color: rgb(83,88,131); }

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

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

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

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

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

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

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