#527F93

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

Shades of Jelly Bean #527F93

Tints of Jelly Bean #527F93

Color information

#527F93 (or 0x527F93) is unknown color: approx Jelly Bean. HEX triplet: 52, 7F and 93. RGB value is (82,127,147). Sum of RGB (Red+Green+Blue) = 82+127+147=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #527F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527F93 is #AD806C. Grayscale: #737373. Windows color (decimal): -11370605 or 9666386. OLE color: 9666386.

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

Color convert

RGB82127147-
CMYK0.440.1400.42
HSL198.46º28.38%44.9%-
HSV(B)198.46º44.22%57.65%-
XYZ16.3419.0830.43-
YUV115.82145.59103.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.03%
GREEN value IS 127 (50% from 255) = 35.67%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=23.03%
G=35.67%
B=41.29%

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
Decimal821271470.440.1400.42198.4628.3844.9
Hex527F932CE02Ac61c2d
Octal12217722354160523063455
Binary1010010111111110010011101100111001010101100011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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