Html Css Color HEX #58608B Governor Bay

📋 copy color: '#58608B'

red 88 ◦ green 96 ◦ blue 139

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

Shades of Governor Bay #58608B

Tints of Governor Bay #58608B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.03%

R = 27.24%
G = 29.72%
B = 43.03%

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

#58608B (or 0x58608B) is known color: Governor Bay. HEX triplet: 58, 60 and 8B. RGB value is (88,96,139). Sum of RGB (Red+Green+Blue) = 88+96+139=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #58608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58608B is #A79F74. Grayscale: #626262. Windows color (decimal): -10985333 or 9134168. OLE color: 9134168.

HSL color Cylindrical-coordinate representation of color #58608B: hue angle of 230.59º degrees, saturation: 0.22, 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 #58608B is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 96 139 -
CMYK 0.37 0.31 0 0.45
HSL 230.59º 0.22% 0.45% -
HSV(B) 230.59º 0.37% 0.55% -
XYZ 12.87 12.3 26.12 -
YUV 98.51 150.85 120.5 -
System Red Green Blue C M Y K H S L
Decimal 88 96 139 0.37 0.31 0 0.45 230.59 0.22 0.45
Hex 58 60 8B 25 1F 0 2D E7 16 2D
Octal 130 140 213 45 37 0 55 347 26 55
Binary 1011000 1100000 10001011 100101 11111 0 101101 11100111 10110 101101

Color Harmonies of #58608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58608B

Black with #58608B

Text Example


Text Example

White with #58608B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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