#527D93

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

Shades of Jelly Bean #527D93

Tints of Jelly Bean #527D93

Color information

#527D93 (or 0x527D93) is unknown color: approx Jelly Bean. HEX triplet: 52, 7D and 93. RGB value is (82,125,147). Sum of RGB (Red+Green+Blue) = 82+125+147=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #527D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527D93 is #AD826C. Grayscale: #727272. Windows color (decimal): -11371117 or 9665874. OLE color: 9665874.

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

Color convert

RGB82125147-
CMYK0.440.1500.42
HSL200.31º28.38%44.9%-
HSV(B)200.31º44.22%57.65%-
XYZ16.0818.5730.34-
YUV114.65146.25104.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.16%
GREEN value IS 125 (49.22% from 255) = 35.31%
BLUE value IS 147 (57.81% from 255) = 41.53%
R=23.16%
G=35.31%
B=41.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821251470.440.1500.42200.3128.3844.9
Hex527D932CF02Ac81c2d
Octal12217522354170523103455
Binary1010010111110110010011101100111101010101100100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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