Html Css Color HEX #585095 Governor Bay

📋 copy color: '#585095'

red 88 ◦ green 80 ◦ blue 149

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

Shades of Governor Bay #585095

Tints of Governor Bay #585095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.24%

 BLUE value IS 149 (58.59% from 255) = 47%

R = 27.76%
G = 25.24%
B = 47%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#585095 (or 0x585095) is known color: Governor Bay. HEX triplet: 58, 50 and 95. RGB value is (88,80,149). Sum of RGB (Red+Green+Blue) = 88+80+149=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #585095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585095 is #A7AF6A. Grayscale: #595959. Windows color (decimal): -10989419 or 9785432. OLE color: 9785432.

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

Color convert

RGB 88 80 149 -
CMYK 0.41 0.46 0 0.42
HSL 246.96º 0.3% 0.45% -
HSV(B) 246.96º 0.46% 0.58% -
XYZ 12.32 9.98 29.71 -
YUV 90.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 88 80 149 0.41 0.46 0 0.42 246.96 0.3 0.45
Hex 58 50 95 29 2E 0 2A F7 1E 2D
Octal 130 120 225 51 56 0 52 367 36 55
Binary 1011000 1010000 10010101 101001 101110 0 101010 11110111 11110 101101

Color Harmonies of #585095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585095

Black with #585095

Text Example


Text Example

White with #585095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585095; }

 p { color: rgb(88,80,149); }

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

background-color css

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

 a { background-color: rgb(88,80,149); }

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

border-color css

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

 span { border-color: rgb(88,80,149); }

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