#5B6397

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

Shades of Governor Bay #5B6397

Tints of Governor Bay #5B6397

Color information

#5B6397 (or 0x5B6397) is unknown color: approx Governor Bay. HEX triplet: 5B, 63 and 97. RGB value is (91,99,151). Sum of RGB (Red+Green+Blue) = 91+99+151=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 151 - color contains mainly: blue. Hex color #5B6397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6397 is #A49C68. Grayscale: #666666. Windows color (decimal): -10787945 or 9921371. OLE color: 9921371.

HSL color Cylindrical-coordinate representation of color #5B6397: hue angle of 232º 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 #5B6397 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9199151-
CMYK0.400.3400.41
HSL232º24.79%47.45%-
HSV(B)232º39.74%59.22%-
XYZ14.3613.3831.1-
YUV102.54155.35119.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.69%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 151 (59.38% from 255) = 44.28%
R=26.69%
G=29.03%
B=44.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91991510.400.3400.4123224.7947.45
Hex5B63972822029e8192f
Octal13314322750420513503157
Binary101101111000111001011110100010001001010011110100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,99,151); }

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

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

 a { background-color: rgb(91,99,151); }

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

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

 span { border-color: rgb(91,99,151); }

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