Html Css Color HEX #58568D Governor Bay

📋 copy color: '#58568D'

red 88 ◦ green 86 ◦ blue 141

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

Shades of Governor Bay #58568D

Tints of Governor Bay #58568D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.76%

R = 27.94%
G = 27.3%
B = 44.76%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58568D (or 0x58568D) is known color: Governor Bay. HEX triplet: 58, 56 and 8D. RGB value is (88,86,141). Sum of RGB (Red+Green+Blue) = 88+86+141=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #58568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58568D is #A7A972. Grayscale: #5C5C5C. Windows color (decimal): -10987891 or 9262680. OLE color: 9262680.

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

Color convert

RGB 88 86 141 -
CMYK 0.38 0.39 0 0.45
HSL 242.18º 0.24% 0.45% -
HSV(B) 242.18º 0.39% 0.55% -
XYZ 12.16 10.65 26.61 -
YUV 92.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 88 86 141 0.38 0.39 0 0.45 242.18 0.24 0.45
Hex 58 56 8D 26 27 0 2D F2 18 2D
Octal 130 126 215 46 47 0 55 362 30 55
Binary 1011000 1010110 10001101 100110 100111 0 101101 11110010 11000 101101

Color Harmonies of #58568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58568D

Black with #58568D

Text Example


Text Example

White with #58568D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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