#535885

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

Shades of Governor Bay #535885

Tints of Governor Bay #535885

Color information

#535885 (or 0x535885) is unknown color: approx Governor Bay. HEX triplet: 53, 58 and 85. RGB value is (83,88,133). Sum of RGB (Red+Green+Blue) = 83+88+133=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #535885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535885 is #ACA77A. Grayscale: #5B5B5B. Windows color (decimal): -11315067 or 8738899. OLE color: 8738899.

HSL color Cylindrical-coordinate representation of color #535885: hue angle of 234º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #535885 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8388133-
CMYK0.380.3400.48
HSL234º23.15%42.35%-
HSV(B)234º37.59%52.16%-
XYZ11.2910.5123.62-
YUV91.64151.34121.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 88 (34.77% from 255) = 28.95%
BLUE value IS 133 (52.34% from 255) = 43.75%
R=27.30%
G=28.95%
B=43.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83881330.380.3400.4823423.1542.35
Hex5358852622030ea172a
Octal12313020546420603522752
Binary101001110110001000010110011010001001100001110101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535885; }

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

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

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

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

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

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

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

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