#535AA0

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

Shades of Governor Bay #535AA0

Tints of Governor Bay #535AA0

Color information

#535AA0 (or 0x535AA0) is unknown color: approx Governor Bay. HEX triplet: 53, 5A and A0. RGB value is (83,90,160). Sum of RGB (Red+Green+Blue) = 83+90+160=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 160 - color contains mainly: blue. Hex color #535AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535AA0 is #ACA55F. Grayscale: #5F5F5F. Windows color (decimal): -11314528 or 10508883. OLE color: 10508883.

HSL color Cylindrical-coordinate representation of color #535AA0: hue angle of 234.55º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #535AA0 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8390160-
CMYK0.480.4400.37
HSL234.55º31.69%47.65%-
HSV(B)234.55º48.12%62.75%-
XYZ13.5711.6934.8-
YUV95.89164.18118.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 160 (62.89% from 255) = 48.05%
R=24.92%
G=27.03%
B=48.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal83901600.480.4400.37234.5531.6947.65
Hex535AA0302C025eb2030
Octal12313224060540453534060
Binary1010011101101010100000110000101100010010111101011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,90,160); }

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

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

 a { background-color: rgb(83,90,160); }

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

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

 span { border-color: rgb(83,90,160); }

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