Html Css Color HEX #58569D Governor Bay

📋 copy color: '#58569D'

red 88 ◦ green 86 ◦ blue 157

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

Shades of Governor Bay #58569D

Tints of Governor Bay #58569D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.98%

 BLUE value IS 157 (61.72% from 255) = 47.43%

R = 26.59%
G = 25.98%
B = 47.43%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58569D (or 0x58569D) is known color: Governor Bay. HEX triplet: 58, 56 and 9D. RGB value is (88,86,157). Sum of RGB (Red+Green+Blue) = 88+86+157=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #58569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58569D is #A7A962. Grayscale: #5E5E5E. Windows color (decimal): -10987875 or 10311256. OLE color: 10311256.

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

Color convert

RGB 88 86 157 -
CMYK 0.44 0.45 0 0.38
HSL 241.69º 0.29% 0.48% -
HSV(B) 241.69º 0.45% 0.62% -
XYZ 13.44 11.16 33.35 -
YUV 94.69 163.16 123.23 -
System Red Green Blue C M Y K H S L
Decimal 88 86 157 0.44 0.45 0 0.38 241.69 0.29 0.48
Hex 58 56 9D 2C 2D 0 26 F2 1D 30
Octal 130 126 235 54 55 0 46 362 35 60
Binary 1011000 1010110 10011101 101100 101101 0 100110 11110010 11101 110000

Color Harmonies of #58569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58569D

Black with #58569D

Text Example


Text Example

White with #58569D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58569D; }

 p { color: rgb(88,86,157); }

 H1.HeaderClassName
 {
   color: #58569D;
 }
 .AnyTagClassName
 {
   color: #58569D;
 }
</style>

background-color css

<style>
 a { background-color: #58569D; }

 a { background-color: rgb(88,86,157); }

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

border-color css

<style>
 span { border-color: #58569D; }

 span { border-color: rgb(88,86,157); }

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