#527D8A

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

Shades of Jelly Bean #527D8A

Tints of Jelly Bean #527D8A

Color information

#527D8A (or 0x527D8A) is unknown color: approx Jelly Bean. HEX triplet: 52, 7D and 8A. RGB value is (82,125,138). Sum of RGB (Red+Green+Blue) = 82+125+138=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #527D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527D8A is #AD8275. Grayscale: #717171. Windows color (decimal): -11371126 or 9076050. OLE color: 9076050.

HSL color Cylindrical-coordinate representation of color #527D8A: hue angle of 193.93º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #527D8A is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB82125138-
CMYK0.410.0900.46
HSL193.93º25.45%43.14%-
HSV(B)193.93º40.58%54.12%-
XYZ15.418.326.76-
YUV113.62141.75105.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 125 (49.22% from 255) = 36.23%
BLUE value IS 138 (54.30% from 255) = 40%
R=23.77%
G=36.23%
B=40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821251380.410.0900.46193.9325.4543.14
Hex527D8A29902Ec2192b
Octal12217521251110563023153
Binary1010010111110110001010101001100101011101100001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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