Html Css Color HEX #58559F Governor Bay

📋 copy color: '#58559F'

red 88 ◦ green 85 ◦ blue 159

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

Shades of Governor Bay #58559F

Tints of Governor Bay #58559F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.89%

R = 26.51%
G = 25.6%
B = 47.89%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58559F (or 0x58559F) is known color: Governor Bay. HEX triplet: 58, 55 and 9F. RGB value is (88,85,159). Sum of RGB (Red+Green+Blue) = 88+85+159=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #58559F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58559F is #A7AA60. Grayscale: #5E5E5E. Windows color (decimal): -10988129 or 10442072. OLE color: 10442072.

HSL color Cylindrical-coordinate representation of color #58559F: hue angle of 242.43º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58559F is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 85 159 -
CMYK 0.45 0.47 0 0.38
HSL 242.43º 0.3% 0.48% -
HSV(B) 242.43º 0.47% 0.62% -
XYZ 13.53 11.07 34.23 -
YUV 94.33 164.49 123.48 -
System Red Green Blue C M Y K H S L
Decimal 88 85 159 0.45 0.47 0 0.38 242.43 0.3 0.48
Hex 58 55 9F 2D 2F 0 26 F2 1E 30
Octal 130 125 237 55 57 0 46 362 36 60
Binary 1011000 1010101 10011111 101101 101111 0 100110 11110010 11110 110000

Color Harmonies of #58559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58559F

Black with #58559F

Text Example


Text Example

White with #58559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58559F; }

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

 H1.HeaderClassName
 {
   color: #58559F;
 }
 .AnyTagClassName
 {
   color: #58559F;
 }
</style>

background-color css

<style>
 a { background-color: #58559F; }

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

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

border-color css

<style>
 span { border-color: #58559F; }

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

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