Html Css Color HEX #585096 Governor Bay

📋 copy color: '#585096'

red 88 ◦ green 80 ◦ blue 150

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

Shades of Governor Bay #585096

Tints of Governor Bay #585096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.17%

R = 27.67%
G = 25.16%
B = 47.17%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#585096 (or 0x585096) is known color: Governor Bay. HEX triplet: 58, 50 and 96. RGB value is (88,80,150). Sum of RGB (Red+Green+Blue) = 88+80+150=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #585096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585096 is #A7AF69. Grayscale: #5A5A5A. Windows color (decimal): -10989418 or 9850968. OLE color: 9850968.

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

Color convert

RGB 88 80 150 -
CMYK 0.41 0.47 0 0.41
HSL 246.86º 0.3% 0.45% -
HSV(B) 246.86º 0.47% 0.59% -
XYZ 12.4 10.01 30.13 -
YUV 90.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 88 80 150 0.41 0.47 0 0.41 246.86 0.3 0.45
Hex 58 50 96 29 2F 0 29 F7 1E 2D
Octal 130 120 226 51 57 0 51 367 36 55
Binary 1011000 1010000 10010110 101001 101111 0 101001 11110111 11110 101101

Color Harmonies of #585096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585096

Black with #585096

Text Example


Text Example

White with #585096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585096; }

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

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

background-color css

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

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

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

border-color css

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

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

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