Html Css Color HEX #5C5995 Governor Bay

📋 copy color: '#5C5995'

red 92 ◦ green 89 ◦ blue 149

#5C5995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #5C5995

Tints of Governor Bay #5C5995

RGB

 RED value IS 92 (36.33% from 255) = 27.88%

 GREEN value IS 89 (35.16% from 255) = 26.97%

 BLUE value IS 149 (58.59% from 255) = 45.15%

R = 27.88%
G = 26.97%
B = 45.15%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5C5995 (or 0x5C5995) is known color: Governor Bay. HEX triplet: 5C, 59 and 95. RGB value is (92,89,149). Sum of RGB (Red+Green+Blue) = 92+89+149=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #5C5995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5995 is #A3A66A. Grayscale: #606060. Windows color (decimal): -10724971 or 9787740. OLE color: 9787740.

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

Color convert

RGB 92 89 149 -
CMYK 0.38 0.40 0 0.42
HSL 243º 0.25% 0.47% -
HSV(B) 243º 0.4% 0.58% -
XYZ 13.41 11.59 29.96 -
YUV 96.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 92 89 149 0.38 0.40 0 0.42 243 0.25 0.47
Hex 5C 59 95 26 28 0 2A F3 19 2F
Octal 134 131 225 46 50 0 52 363 31 57
Binary 1011100 1011001 10010101 100110 101000 0 101010 11110011 11001 101111

Color Harmonies of #5C5995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5995

Black with #5C5995

Text Example


Text Example

White with #5C5995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,89,149); }

 H1.HeaderClassName
 {
   color: #5C5995;
 }
 .AnyTagClassName
 {
   color: #5C5995;
 }
</style>

background-color css

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

 a { background-color: rgb(92,89,149); }

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

border-color css

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

 span { border-color: rgb(92,89,149); }

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