Html Css Color HEX #5C588E Governor Bay

📋 copy color: '#5C588E'

red 92 ◦ green 88 ◦ blue 142

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

Shades of Governor Bay #5C588E

Tints of Governor Bay #5C588E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.33%

 BLUE value IS 142 (55.86% from 255) = 44.1%

R = 28.57%
G = 27.33%
B = 44.1%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C588E (or 0x5C588E) is known color: Governor Bay. HEX triplet: 5C, 58 and 8E. RGB value is (92,88,142). Sum of RGB (Red+Green+Blue) = 92+88+142=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #5C588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C588E is #A3A771. Grayscale: #5F5F5F. Windows color (decimal): -10725234 or 9328732. OLE color: 9328732.

HSL color Cylindrical-coordinate representation of color #5C588E: hue angle of 244.44º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C588E is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 92 88 142 -
CMYK 0.35 0.38 0 0.44
HSL 244.44º 0.23% 0.45% -
HSV(B) 244.44º 0.38% 0.56% -
XYZ 12.79 11.21 27.08 -
YUV 95.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 92 88 142 0.35 0.38 0 0.44 244.44 0.23 0.45
Hex 5C 58 8E 23 26 0 2C F4 17 2D
Octal 134 130 216 43 46 0 54 364 27 55
Binary 1011100 1011000 10001110 100011 100110 0 101100 11110100 10111 101101

Color Harmonies of #5C588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C588E

Black with #5C588E

Text Example


Text Example

White with #5C588E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,88,142); }

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

background-color css

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

 a { background-color: rgb(92,88,142); }

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

border-color css

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

 span { border-color: rgb(92,88,142); }

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