Html Css Color HEX #517988 Jelly Bean

📋 copy color: '#517988'

red 81 ◦ green 121 ◦ blue 136

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

Shades of Jelly Bean #517988

Tints of Jelly Bean #517988

RGB

 RED value IS 81 (32.03% from 255) = 23.96%

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

 BLUE value IS 136 (53.52% from 255) = 40.24%

R = 23.96%
G = 35.8%
B = 40.24%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#517988 (or 0x517988) is known color: Jelly Bean. HEX triplet: 51, 79 and 88. RGB value is (81,121,136). Sum of RGB (Red+Green+Blue) = 81+121+136=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #517988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517988 is #AE8677. Grayscale: #6E6E6E. Windows color (decimal): -11437688 or 8943953. OLE color: 8943953.

HSL color Cylindrical-coordinate representation of color #517988: hue angle of 196.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #517988 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 121 136 -
CMYK 0.40 0.11 0 0.47
HSL 196.36º 0.25% 0.43% -
HSV(B) 196.36º 0.4% 0.53% -
XYZ 14.67 17.2 25.84 -
YUV 110.75 142.25 106.78 -
System Red Green Blue C M Y K H S L
Decimal 81 121 136 0.40 0.11 0 0.47 196.36 0.25 0.43
Hex 51 79 88 28 B 0 2F C4 19 2B
Octal 121 171 210 50 13 0 57 304 31 53
Binary 1010001 1111001 10001000 101000 1011 0 101111 11000100 11001 101011

Color Harmonies of #517988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517988

Black with #517988

Text Example


Text Example

White with #517988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517988; }

 p { color: rgb(81,121,136); }

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

background-color css

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

 a { background-color: rgb(81,121,136); }

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

border-color css

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

 span { border-color: rgb(81,121,136); }

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