#527A92

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

Shades of Jelly Bean #527A92

Tints of Jelly Bean #527A92

Color information

#527A92 (or 0x527A92) is unknown color: approx Jelly Bean. HEX triplet: 52, 7A and 92. RGB value is (82,122,146). Sum of RGB (Red+Green+Blue) = 82+122+146=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #527A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527A92 is #AD856D. Grayscale: #707070. Windows color (decimal): -11371886 or 9599570. OLE color: 9599570.

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

Color convert

RGB82122146-
CMYK0.440.1600.43
HSL202.5º28.07%44.71%-
HSV(B)202.5º43.84%57.25%-
XYZ15.6317.7929.8-
YUV112.78146.75106.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=23.43%
G=34.86%
B=41.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821221460.440.1600.43202.528.0744.71
Hex527A922C1002Bca1c2d
Octal12217222254200533123455
Binary10100101111010100100101011001000001010111100101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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