Html Css Color HEX #58608C Governor Bay

📋 copy color: '#58608C'

red 88 ◦ green 96 ◦ blue 140

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

Shades of Governor Bay #58608C

Tints of Governor Bay #58608C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.63%

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

R = 27.16%
G = 29.63%
B = 43.21%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58608C (or 0x58608C) is known color: Governor Bay. HEX triplet: 58, 60 and 8C. RGB value is (88,96,140). Sum of RGB (Red+Green+Blue) = 88+96+140=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #58608C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58608C is #A79F73. Grayscale: #626262. Windows color (decimal): -10985332 or 9199704. OLE color: 9199704.

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

Color convert

RGB 88 96 140 -
CMYK 0.37 0.31 0 0.45
HSL 230.77º 0.23% 0.45% -
HSV(B) 230.77º 0.37% 0.55% -
XYZ 12.94 12.33 26.51 -
YUV 98.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 88 96 140 0.37 0.31 0 0.45 230.77 0.23 0.45
Hex 58 60 8C 25 1F 0 2D E7 17 2D
Octal 130 140 214 45 37 0 55 347 27 55
Binary 1011000 1100000 10001100 100101 11111 0 101101 11100111 10111 101101

Color Harmonies of #58608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58608C

Black with #58608C

Text Example


Text Example

White with #58608C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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