Html Css Color HEX #58569B Governor Bay

📋 copy color: '#58569B'

red 88 ◦ green 86 ◦ blue 155

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

Shades of Governor Bay #58569B

Tints of Governor Bay #58569B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.11%

R = 26.75%
G = 26.14%
B = 47.11%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58569B (or 0x58569B) is known color: Governor Bay. HEX triplet: 58, 56 and 9B. RGB value is (88,86,155). Sum of RGB (Red+Green+Blue) = 88+86+155=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #58569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58569B is #A7A964. Grayscale: #5E5E5E. Windows color (decimal): -10987877 or 10180184. OLE color: 10180184.

HSL color Cylindrical-coordinate representation of color #58569B: hue angle of 241.74º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58569B is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 86 155 -
CMYK 0.43 0.45 0 0.39
HSL 241.74º 0.29% 0.47% -
HSV(B) 241.74º 0.45% 0.61% -
XYZ 13.27 11.1 32.45 -
YUV 94.46 162.16 123.39 -
System Red Green Blue C M Y K H S L
Decimal 88 86 155 0.43 0.45 0 0.39 241.74 0.29 0.47
Hex 58 56 9B 2B 2D 0 27 F2 1D 2F
Octal 130 126 233 53 55 0 47 362 35 57
Binary 1011000 1010110 10011011 101011 101101 0 100111 11110010 11101 101111

Color Harmonies of #58569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58569B

Black with #58569B

Text Example


Text Example

White with #58569B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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