#517784

Color #517784 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #517784

Tints of Jelly Bean #517784

Color information

#517784 (or 0x517784) is unknown color: approx Jelly Bean. HEX triplet: 51, 77 and 84. RGB value is (81,119,132). Sum of RGB (Red+Green+Blue) = 81+119+132=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #517784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517784 is #AE887B. Grayscale: #6D6D6D. Windows color (decimal): -11438204 or 8681297. OLE color: 8681297.

HSL color Cylindrical-coordinate representation of color #517784: hue angle of 195.29º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #517784 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB81119132-
CMYK0.390.1000.48
HSL195.29º23.94%41.76%-
HSV(B)195.29º38.64%51.76%-
XYZ14.1616.6124.29-
YUV109.12140.91107.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=24.40%
G=35.84%
B=39.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811191320.390.1000.48195.2923.9441.76
Hex51778427A030c3182a
Octal12116720447120603033052
Binary1010001111011110000100100111101001100001100001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517784; }

 p { color: rgb(81,119,132); }

 H1.HeaderClassName
 {
   color: #517784;
 }
 .AnyTagClassName
 {
   color: #517784;
 }
</style>
background-color css

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

 a { background-color: rgb(81,119,132); }

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

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

 span { border-color: rgb(81,119,132); }

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