#535DA0

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

Shades of Governor Bay #535DA0

Tints of Governor Bay #535DA0

Color information

#535DA0 (or 0x535DA0) is unknown color: approx Governor Bay. HEX triplet: 53, 5D and A0. RGB value is (83,93,160). Sum of RGB (Red+Green+Blue) = 83+93+160=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 160 - color contains mainly: blue. Hex color #535DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535DA0 is #ACA25F. Grayscale: #616161. Windows color (decimal): -11313760 or 10509651. OLE color: 10509651.

HSL color Cylindrical-coordinate representation of color #535DA0: hue angle of 232.21º 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 #535DA0 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8393160-
CMYK0.480.4200.37
HSL232.21º31.69%47.65%-
HSV(B)232.21º48.12%62.75%-
XYZ13.8312.2134.88-
YUV97.65163.19117.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.70%
GREEN value IS 93 (36.72% from 255) = 27.68%
BLUE value IS 160 (62.89% from 255) = 47.62%
R=24.70%
G=27.68%
B=47.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal83931600.480.4200.37232.2131.6947.65
Hex535DA0302A025e82030
Octal12313524060520453504060
Binary1010011101110110100000110000101010010010111101000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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