#527E94

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

Shades of Jelly Bean #527E94

Tints of Jelly Bean #527E94

Color information

#527E94 (or 0x527E94) is unknown color: approx Jelly Bean. HEX triplet: 52, 7E and 94. RGB value is (82,126,148). Sum of RGB (Red+Green+Blue) = 82+126+148=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #527E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527E94 is #AD816B. Grayscale: #737373. Windows color (decimal): -11370860 or 9731666. OLE color: 9731666.

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

Color convert

RGB82126148-
CMYK0.450.1500.42
HSL200º28.7%45.1%-
HSV(B)200º44.59%58.04%-
XYZ16.2918.8530.8-
YUV115.35146.42104.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.03%
GREEN value IS 126 (49.61% from 255) = 35.39%
BLUE value IS 148 (58.20% from 255) = 41.57%
R=23.03%
G=35.39%
B=41.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821261480.450.1500.4220028.745.1
Hex527E942DF02Ac81d2d
Octal12217622455170523103555
Binary1010010111111010010100101101111101010101100100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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