#527C93

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

Shades of Jelly Bean #527C93

Tints of Jelly Bean #527C93

Color information

#527C93 (or 0x527C93) is unknown color: approx Jelly Bean. HEX triplet: 52, 7C and 93. RGB value is (82,124,147). Sum of RGB (Red+Green+Blue) = 82+124+147=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #527C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527C93 is #AD836C. Grayscale: #717171. Windows color (decimal): -11371373 or 9665618. OLE color: 9665618.

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

Color convert

RGB82124147-
CMYK0.440.1600.42
HSL201.23º28.38%44.9%-
HSV(B)201.23º44.22%57.65%-
XYZ15.9518.3230.3-
YUV114.06146.59105.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 147 (57.81% from 255) = 41.64%
R=23.23%
G=35.13%
B=41.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821241470.440.1600.42201.2328.3844.9
Hex527C932C1002Ac91c2d
Octal12217422354200523113455
Binary10100101111100100100111011001000001010101100100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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