Html Css Color HEX #58568B Governor Bay

📋 copy color: '#58568B'

red 88 ◦ green 86 ◦ blue 139

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

Shades of Governor Bay #58568B

Tints of Governor Bay #58568B

RGB

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

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

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

R = 28.12%
G = 27.48%
B = 44.41%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58568B (or 0x58568B) is known color: Governor Bay. HEX triplet: 58, 56 and 8B. RGB value is (88,86,139). Sum of RGB (Red+Green+Blue) = 88+86+139=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #58568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58568B is #A7A974. Grayscale: #5C5C5C. Windows color (decimal): -10987893 or 9131608. OLE color: 9131608.

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

Color convert

RGB 88 86 139 -
CMYK 0.37 0.38 0 0.45
HSL 242.26º 0.24% 0.44% -
HSV(B) 242.26º 0.38% 0.55% -
XYZ 12.01 10.59 25.84 -
YUV 92.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 88 86 139 0.37 0.38 0 0.45 242.26 0.24 0.44
Hex 58 56 8B 25 26 0 2D F2 18 2C
Octal 130 126 213 45 46 0 55 362 30 54
Binary 1011000 1010110 10001011 100101 100110 0 101101 11110010 11000 101100

Color Harmonies of #58568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58568B

Black with #58568B

Text Example


Text Example

White with #58568B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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