#5A6396

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

Shades of Governor Bay #5A6396

Tints of Governor Bay #5A6396

Color information

#5A6396 (or 0x5A6396) is unknown color: approx Governor Bay. HEX triplet: 5A, 63 and 96. RGB value is (90,99,150). Sum of RGB (Red+Green+Blue) = 90+99+150=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #5A6396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6396 is #A59C69. Grayscale: #656565. Windows color (decimal): -10853482 or 9855834. OLE color: 9855834.

HSL color Cylindrical-coordinate representation of color #5A6396: hue angle of 231º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A6396 is Cyan = 0.4, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9099150-
CMYK0.40.3400.41
HSL231º25%47.06%-
HSV(B)231º40%58.82%-
XYZ14.1813.330.67-
YUV102.12155.02119.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.55%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 150 (58.98% from 255) = 44.25%
R=26.55%
G=29.20%
B=44.25%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal90991500.40.3400.412312547.06
Hex5A63962822029e7192f
Octal13214322650420513473157
Binary101101011000111001011010100010001001010011110011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A6396; }

 p { color: rgb(90,99,150); }

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

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

 a { background-color: rgb(90,99,150); }

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

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

 span { border-color: rgb(90,99,150); }

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