Html Css Color HEX #585490 Governor Bay

📋 copy color: '#585490'

red 88 ◦ green 84 ◦ blue 144

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

Shades of Governor Bay #585490

Tints of Governor Bay #585490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.57%

R = 27.85%
G = 26.58%
B = 45.57%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#585490 (or 0x585490) is known color: Governor Bay. HEX triplet: 58, 54 and 90. RGB value is (88,84,144). Sum of RGB (Red+Green+Blue) = 88+84+144=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #585490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585490 is #A7AB6F. Grayscale: #5B5B5B. Windows color (decimal): -10988400 or 9458776. OLE color: 9458776.

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

Color convert

RGB 88 84 144 -
CMYK 0.39 0.42 0 0.44
HSL 244º 0.26% 0.45% -
HSV(B) 244º 0.42% 0.56% -
XYZ 12.23 10.43 27.75 -
YUV 92.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 88 84 144 0.39 0.42 0 0.44 244 0.26 0.45
Hex 58 54 90 27 2A 0 2C F4 1A 2D
Octal 130 124 220 47 52 0 54 364 32 55
Binary 1011000 1010100 10010000 100111 101010 0 101100 11110100 11010 101101

Color Harmonies of #585490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585490

Black with #585490

Text Example


Text Example

White with #585490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585490; }

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

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

background-color css

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

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

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

border-color css

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

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

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