#527E93

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

Shades of Jelly Bean #527E93

Tints of Jelly Bean #527E93

Color information

#527E93 (or 0x527E93) is unknown color: approx Jelly Bean. HEX triplet: 52, 7E and 93. RGB value is (82,126,147). Sum of RGB (Red+Green+Blue) = 82+126+147=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #527E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527E93 is #AD816C. Grayscale: #737373. Windows color (decimal): -11370861 or 9666130. OLE color: 9666130.

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

Color convert

RGB82126147-
CMYK0.440.1400.42
HSL199.38º28.38%44.9%-
HSV(B)199.38º44.22%57.65%-
XYZ16.2118.8230.38-
YUV115.24145.92104.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 126 (49.61% from 255) = 35.49%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=23.10%
G=35.49%
B=41.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821261470.440.1400.42199.3828.3844.9
Hex527E932CE02Ac71c2d
Octal12217622354160523073455
Binary1010010111111010010011101100111001010101100011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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