Html Css Color HEX #585393 Governor Bay

📋 copy color: '#585393'

red 88 ◦ green 83 ◦ blue 147

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

Shades of Governor Bay #585393

Tints of Governor Bay #585393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.1%

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

R = 27.67%
G = 26.1%
B = 46.23%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#585393 (or 0x585393) is known color: Governor Bay. HEX triplet: 58, 53 and 93. RGB value is (88,83,147). Sum of RGB (Red+Green+Blue) = 88+83+147=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #585393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585393 is #A7AC6C. Grayscale: #5B5B5B. Windows color (decimal): -10988653 or 9655128. OLE color: 9655128.

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

Color convert

RGB 88 83 147 -
CMYK 0.40 0.44 0 0.42
HSL 244.69º 0.28% 0.45% -
HSV(B) 244.69º 0.44% 0.58% -
XYZ 12.38 10.37 28.95 -
YUV 91.79 159.16 125.3 -
System Red Green Blue C M Y K H S L
Decimal 88 83 147 0.40 0.44 0 0.42 244.69 0.28 0.45
Hex 58 53 93 28 2C 0 2A F5 1C 2D
Octal 130 123 223 50 54 0 52 365 34 55
Binary 1011000 1010011 10010011 101000 101100 0 101010 11110101 11100 101101

Color Harmonies of #585393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585393

Black with #585393

Text Example


Text Example

White with #585393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585393; }

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

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

background-color css

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

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

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

border-color css

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

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

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