#527C92

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

Shades of Jelly Bean #527C92

Tints of Jelly Bean #527C92

Color information

#527C92 (or 0x527C92) is unknown color: approx Jelly Bean. HEX triplet: 52, 7C and 92. RGB value is (82,124,146). Sum of RGB (Red+Green+Blue) = 82+124+146=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #527C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527C92 is #AD836D. Grayscale: #717171. Windows color (decimal): -11371374 or 9600082. OLE color: 9600082.

HSL color Cylindrical-coordinate representation of color #527C92: hue angle of 200.62º 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 #527C92 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB82124146-
CMYK0.440.1500.43
HSL200.62º28.07%44.71%-
HSV(B)200.62º43.84%57.25%-
XYZ15.8818.2829.89-
YUV113.95146.09105.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.30%
GREEN value IS 124 (48.83% from 255) = 35.23%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=23.30%
G=35.23%
B=41.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821241460.440.1500.43200.6228.0744.71
Hex527C922CF02Bc91c2d
Octal12217422254170533113455
Binary1010010111110010010010101100111101010111100100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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