Html Css Color HEX #58568C Governor Bay

📋 copy color: '#58568C'

red 88 ◦ green 86 ◦ blue 140

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

Shades of Governor Bay #58568C

Tints of Governor Bay #58568C

RGB

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

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

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

R = 28.03%
G = 27.39%
B = 44.59%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58568C (or 0x58568C) is known color: Governor Bay. HEX triplet: 58, 56 and 8C. RGB value is (88,86,140). Sum of RGB (Red+Green+Blue) = 88+86+140=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #58568C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58568C is #A7A973. Grayscale: #5C5C5C. Windows color (decimal): -10987892 or 9197144. OLE color: 9197144.

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

Color convert

RGB 88 86 140 -
CMYK 0.37 0.39 0 0.45
HSL 242.22º 0.24% 0.44% -
HSV(B) 242.22º 0.39% 0.55% -
XYZ 12.09 10.62 26.22 -
YUV 92.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 88 86 140 0.37 0.39 0 0.45 242.22 0.24 0.44
Hex 58 56 8C 25 27 0 2D F2 18 2C
Octal 130 126 214 45 47 0 55 362 30 54
Binary 1011000 1010110 10001100 100101 100111 0 101101 11110010 11000 101100

Color Harmonies of #58568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58568C

Black with #58568C

Text Example


Text Example

White with #58568C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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