Html Css Color HEX #585793 Governor Bay

📋 copy color: '#585793'

red 88 ◦ green 87 ◦ blue 147

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

Shades of Governor Bay #585793

Tints of Governor Bay #585793

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

 BLUE value IS 147 (57.81% from 255) = 45.65%

R = 27.33%
G = 27.02%
B = 45.65%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#585793 (or 0x585793) is known color: Governor Bay. HEX triplet: 58, 57 and 93. RGB value is (88,87,147). Sum of RGB (Red+Green+Blue) = 88+87+147=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #585793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585793 is #A7A86C. Grayscale: #5D5D5D. Windows color (decimal): -10987629 or 9656152. OLE color: 9656152.

HSL color Cylindrical-coordinate representation of color #585793: hue angle of 241º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #585793 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 87 147 -
CMYK 0.40 0.41 0 0.42
HSL 241º 0.26% 0.46% -
HSV(B) 241º 0.41% 0.58% -
XYZ 12.7 11 29.06 -
YUV 94.14 157.83 123.62 -
System Red Green Blue C M Y K H S L
Decimal 88 87 147 0.40 0.41 0 0.42 241 0.26 0.46
Hex 58 57 93 28 29 0 2A F1 1A 2E
Octal 130 127 223 50 51 0 52 361 32 56
Binary 1011000 1010111 10010011 101000 101001 0 101010 11110001 11010 101110

Color Harmonies of #585793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585793

Black with #585793

Text Example


Text Example

White with #585793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585793; }

 p { color: rgb(88,87,147); }

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

background-color css

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

 a { background-color: rgb(88,87,147); }

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

border-color css

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

 span { border-color: rgb(88,87,147); }

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