Html Css Color HEX #585391 Governor Bay

📋 copy color: '#585391'

red 88 ◦ green 83 ◦ blue 145

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

Shades of Governor Bay #585391

Tints of Governor Bay #585391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.89%

R = 27.85%
G = 26.27%
B = 45.89%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#585391 (or 0x585391) is known color: Governor Bay. HEX triplet: 58, 53 and 91. RGB value is (88,83,145). Sum of RGB (Red+Green+Blue) = 88+83+145=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #585391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585391 is #A7AC6E. Grayscale: #5B5B5B. Windows color (decimal): -10988655 or 9524056. OLE color: 9524056.

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

Color convert

RGB 88 83 145 -
CMYK 0.39 0.43 0 0.43
HSL 244.84º 0.27% 0.45% -
HSV(B) 244.84º 0.43% 0.57% -
XYZ 12.23 10.31 28.13 -
YUV 91.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 88 83 145 0.39 0.43 0 0.43 244.84 0.27 0.45
Hex 58 53 91 27 2B 0 2B F5 1B 2D
Octal 130 123 221 47 53 0 53 365 33 55
Binary 1011000 1010011 10010001 100111 101011 0 101011 11110101 11011 101101

Color Harmonies of #585391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585391

Black with #585391

Text Example


Text Example

White with #585391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585391; }

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

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

background-color css

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

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

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

border-color css

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

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

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