#527D92

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

Shades of Jelly Bean #527D92

Tints of Jelly Bean #527D92

Color information

#527D92 (or 0x527D92) is unknown color: approx Jelly Bean. HEX triplet: 52, 7D and 92. RGB value is (82,125,146). Sum of RGB (Red+Green+Blue) = 82+125+146=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #527D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527D92 is #AD826D. Grayscale: #727272. Windows color (decimal): -11371118 or 9600338. OLE color: 9600338.

HSL color Cylindrical-coordinate representation of color #527D92: hue angle of 199.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #527D92 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB82125146-
CMYK0.440.1400.43
HSL199.69º28.07%44.71%-
HSV(B)199.69º43.84%57.25%-
XYZ1618.5429.93-
YUV114.54145.75104.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=23.23%
G=35.41%
B=41.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821251460.440.1400.43199.6928.0744.71
Hex527D922CE02Bc81c2d
Octal12217522254160533103455
Binary1010010111110110010010101100111001010111100100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527D92; }

 p { color: rgb(82,125,146); }

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

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

 a { background-color: rgb(82,125,146); }

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

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

 span { border-color: rgb(82,125,146); }

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