Html Css Color HEX #58558C Governor Bay

📋 copy color: '#58558C'

red 88 ◦ green 85 ◦ blue 140

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

Shades of Governor Bay #58558C

Tints of Governor Bay #58558C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.73%

R = 28.12%
G = 27.16%
B = 44.73%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58558C (or 0x58558C) is known color: Governor Bay. HEX triplet: 58, 55 and 8C. RGB value is (88,85,140). Sum of RGB (Red+Green+Blue) = 88+85+140=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #58558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58558C is #A7AA73. Grayscale: #5B5B5B. Windows color (decimal): -10988148 or 9196888. OLE color: 9196888.

HSL color Cylindrical-coordinate representation of color #58558C: hue angle of 243.27º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58558C is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 85 140 -
CMYK 0.37 0.39 0 0.45
HSL 243.27º 0.24% 0.44% -
HSV(B) 243.27º 0.39% 0.55% -
XYZ 12.01 10.47 26.2 -
YUV 92.17 154.99 125.03 -
System Red Green Blue C M Y K H S L
Decimal 88 85 140 0.37 0.39 0 0.45 243.27 0.24 0.44
Hex 58 55 8C 25 27 0 2D F3 18 2C
Octal 130 125 214 45 47 0 55 363 30 54
Binary 1011000 1010101 10001100 100101 100111 0 101101 11110011 11000 101100

Color Harmonies of #58558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58558C

Black with #58558C

Text Example


Text Example

White with #58558C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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