#535DA1

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

Shades of Governor Bay #535DA1

Tints of Governor Bay #535DA1

Color information

#535DA1 (or 0x535DA1) is unknown color: approx Governor Bay. HEX triplet: 53, 5D and A1. RGB value is (83,93,161). Sum of RGB (Red+Green+Blue) = 83+93+161=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 161 (63.28% from 255 or 47.77% from 337); Max value from RGB is 161 - color contains mainly: blue. Hex color #535DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535DA1 is #ACA25E. Grayscale: #616161. Windows color (decimal): -11313759 or 10575187. OLE color: 10575187.

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

Color convert

RGB8393161-
CMYK0.480.4200.37
HSL232.31º31.97%47.84%-
HSV(B)232.31º48.45%63.14%-
XYZ13.9112.2435.35-
YUV97.76163.69117.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.63%
GREEN value IS 93 (36.72% from 255) = 27.60%
BLUE value IS 161 (63.28% from 255) = 47.77%
R=24.63%
G=27.60%
B=47.77%

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
Decimal83931610.480.4200.37232.3131.9747.84
Hex535DA1302A025e82030
Octal12313524160520453504060
Binary1010011101110110100001110000101010010010111101000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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