Html Css Color HEX #585493 Governor Bay

📋 copy color: '#585493'

red 88 ◦ green 84 ◦ blue 147

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

Shades of Governor Bay #585493

Tints of Governor Bay #585493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.33%

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

R = 27.59%
G = 26.33%
B = 46.08%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#585493 (or 0x585493) is known color: Governor Bay. HEX triplet: 58, 54 and 93. RGB value is (88,84,147). Sum of RGB (Red+Green+Blue) = 88+84+147=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #585493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585493 is #A7AB6C. Grayscale: #5C5C5C. Windows color (decimal): -10988397 or 9655384. OLE color: 9655384.

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

Color convert

RGB 88 84 147 -
CMYK 0.40 0.43 0 0.42
HSL 243.81º 0.27% 0.45% -
HSV(B) 243.81º 0.43% 0.58% -
XYZ 12.46 10.52 28.98 -
YUV 92.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 88 84 147 0.40 0.43 0 0.42 243.81 0.27 0.45
Hex 58 54 93 28 2B 0 2A F4 1B 2D
Octal 130 124 223 50 53 0 52 364 33 55
Binary 1011000 1010100 10010011 101000 101011 0 101010 11110100 11011 101101

Color Harmonies of #585493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585493

Black with #585493

Text Example


Text Example

White with #585493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585493; }

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

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

background-color css

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

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

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

border-color css

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

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

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