#535196

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

Shades of Governor Bay #535196

Tints of Governor Bay #535196

Color information

#535196 (or 0x535196) is unknown color: approx Governor Bay. HEX triplet: 53, 51 and 96. RGB value is (83,81,150). Sum of RGB (Red+Green+Blue) = 83+81+150=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #535196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535196 is #ACAE69. Grayscale: #595959. Windows color (decimal): -11316842 or 9851219. OLE color: 9851219.

HSL color Cylindrical-coordinate representation of color #535196: hue angle of 241.74º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #535196 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8381150-
CMYK0.450.4600.41
HSL241.74º29.87%45.29%-
HSV(B)241.74º46%58.82%-
XYZ12.019.9330.14-
YUV89.46162.16123.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 150 (58.98% from 255) = 47.77%
R=26.43%
G=25.80%
B=47.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83811500.450.4600.41241.7429.8745.29
Hex5351962D2E029f21e2d
Octal12312122655560513623655
Binary101001110100011001011010110110111001010011111001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535196; }

 p { color: rgb(83,81,150); }

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

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

 a { background-color: rgb(83,81,150); }

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

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

 span { border-color: rgb(83,81,150); }

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