Html Css Color HEX #58558E Governor Bay

📋 copy color: '#58558E'

red 88 ◦ green 85 ◦ blue 142

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

Shades of Governor Bay #58558E

Tints of Governor Bay #58558E

RGB

 RED value IS 88 (34.77% from 255) = 27.94%

 GREEN value IS 85 (33.59% from 255) = 26.98%

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

R = 27.94%
G = 26.98%
B = 45.08%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#58558E (or 0x58558E) is known color: Governor Bay. HEX triplet: 58, 55 and 8E. RGB value is (88,85,142). Sum of RGB (Red+Green+Blue) = 88+85+142=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #58558E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58558E is #A7AA71. Grayscale: #5C5C5C. Windows color (decimal): -10988146 or 9327960. OLE color: 9327960.

HSL color Cylindrical-coordinate representation of color #58558E: hue angle of 243.16º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58558E is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 85 142 -
CMYK 0.38 0.40 0 0.44
HSL 243.16º 0.25% 0.45% -
HSV(B) 243.16º 0.4% 0.56% -
XYZ 12.16 10.52 26.98 -
YUV 92.4 155.99 124.87 -
System Red Green Blue C M Y K H S L
Decimal 88 85 142 0.38 0.40 0 0.44 243.16 0.25 0.45
Hex 58 55 8E 26 28 0 2C F3 19 2D
Octal 130 125 216 46 50 0 54 363 31 55
Binary 1011000 1010101 10001110 100110 101000 0 101100 11110011 11001 101101

Color Harmonies of #58558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58558E

Black with #58558E

Text Example


Text Example

White with #58558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58558E; }

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

 H1.HeaderClassName
 {
   color: #58558E;
 }
 .AnyTagClassName
 {
   color: #58558E;
 }
</style>

background-color css

<style>
 a { background-color: #58558E; }

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

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

border-color css

<style>
 span { border-color: #58558E; }

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

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