Html Css Color HEX #587991 Lynch

📋 copy color: '#587991'

red 88 ◦ green 121 ◦ blue 145

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

Shades of Lynch #587991

Tints of Lynch #587991

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.18%

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

R = 24.86%
G = 34.18%
B = 40.96%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#587991 (or 0x587991) is known color: Lynch. HEX triplet: 58, 79 and 91. RGB value is (88,121,145). Sum of RGB (Red+Green+Blue) = 88+121+145=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #587991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587991 is #A7866E. Grayscale: #717171. Windows color (decimal): -10978927 or 9533784. OLE color: 9533784.

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

Color convert

RGB 88 121 145 -
CMYK 0.39 0.17 0 0.43
HSL 205.26º 0.24% 0.46% -
HSV(B) 205.26º 0.39% 0.57% -
XYZ 15.97 17.79 29.38 -
YUV 113.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 88 121 145 0.39 0.17 0 0.43 205.26 0.24 0.46
Hex 58 79 91 27 11 0 2B CD 18 2E
Octal 130 171 221 47 21 0 53 315 30 56
Binary 1011000 1111001 10010001 100111 10001 0 101011 11001101 11000 101110

Color Harmonies of #587991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587991

Black with #587991

Text Example


Text Example

White with #587991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587991; }

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

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

background-color css

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

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

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

border-color css

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

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

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