#5B5C93

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

Shades of Governor Bay #5B5C93

Tints of Governor Bay #5B5C93

Color information

#5B5C93 (or 0x5B5C93) is unknown color: approx Governor Bay. HEX triplet: 5B, 5C and 93. RGB value is (91,92,147). Sum of RGB (Red+Green+Blue) = 91+92+147=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B5C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5C93 is #A4A36C. Grayscale: #616161. Windows color (decimal): -10789741 or 9657435. OLE color: 9657435.

HSL color Cylindrical-coordinate representation of color #5B5C93: hue angle of 238.93º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B5C93 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9192147-
CMYK0.380.3700.42
HSL238.93º23.53%46.67%-
HSV(B)238.93º38.1%57.65%-
XYZ13.4111.9929.21-
YUV97.97155.67123.03-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.58%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=27.58%
G=27.88%
B=44.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91921470.380.3700.42238.9323.5346.67
Hex5B5C93262502Aef182f
Octal13313422346450523573057
Binary101101110111001001001110011010010101010101110111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,92,147); }

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

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

 a { background-color: rgb(91,92,147); }

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

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

 span { border-color: rgb(91,92,147); }

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