Html Css Color HEX #585291 Governor Bay

📋 copy color: '#585291'

red 88 ◦ green 82 ◦ blue 145

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

Shades of Governor Bay #585291

Tints of Governor Bay #585291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.03%

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

R = 27.94%
G = 26.03%
B = 46.03%

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

#585291 (or 0x585291) is known color: Governor Bay. HEX triplet: 58, 52 and 91. RGB value is (88,82,145). Sum of RGB (Red+Green+Blue) = 88+82+145=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #585291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585291 is #A7AD6E. Grayscale: #5A5A5A. Windows color (decimal): -10988911 or 9523800. OLE color: 9523800.

HSL color Cylindrical-coordinate representation of color #585291: hue angle of 245.71º degrees, saturation: 0.28, 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 #585291 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 82 145 -
CMYK 0.39 0.43 0 0.43
HSL 245.71º 0.28% 0.45% -
HSV(B) 245.71º 0.43% 0.57% -
XYZ 12.15 10.15 28.11 -
YUV 90.98 158.49 125.88 -
System Red Green Blue C M Y K H S L
Decimal 88 82 145 0.39 0.43 0 0.43 245.71 0.28 0.45
Hex 58 52 91 27 2B 0 2B F6 1C 2D
Octal 130 122 221 47 53 0 53 366 34 55
Binary 1011000 1010010 10010001 100111 101011 0 101011 11110110 11100 101101

Color Harmonies of #585291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585291

Black with #585291

Text Example


Text Example

White with #585291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585291; }

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

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

background-color css

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

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

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

border-color css

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

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

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