#527E92

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

Shades of Jelly Bean #527E92

Tints of Jelly Bean #527E92

Color information

#527E92 (or 0x527E92) is unknown color: approx Jelly Bean. HEX triplet: 52, 7E and 92. RGB value is (82,126,146). Sum of RGB (Red+Green+Blue) = 82+126+146=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #527E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527E92 is #AD816D. Grayscale: #727272. Windows color (decimal): -11370862 or 9600594. OLE color: 9600594.

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

Color convert

RGB82126146-
CMYK0.440.1400.43
HSL198.75º28.07%44.71%-
HSV(B)198.75º43.84%57.25%-
XYZ16.1318.7929.97-
YUV115.12145.42104.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.16%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 146 (57.42% from 255) = 41.24%
R=23.16%
G=35.59%
B=41.24%

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
Decimal821261460.440.1400.43198.7528.0744.71
Hex527E922CE02Bc71c2d
Octal12217622254160533073455
Binary1010010111111010010010101100111001010111100011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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