#527A8E

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

Shades of Jelly Bean #527A8E

Tints of Jelly Bean #527A8E

Color information

#527A8E (or 0x527A8E) is unknown color: approx Jelly Bean. HEX triplet: 52, 7A and 8E. RGB value is (82,122,142). Sum of RGB (Red+Green+Blue) = 82+122+142=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 142 - color contains mainly: blue. Hex color #527A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527A8E is #AD8571. Grayscale: #707070. Windows color (decimal): -11371890 or 9337426. OLE color: 9337426.

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

Color convert

RGB82122142-
CMYK0.420.1400.44
HSL200º26.79%43.92%-
HSV(B)200º42.25%55.69%-
XYZ15.3217.6728.19-
YUV112.32144.75106.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 122 (48.05% from 255) = 35.26%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=23.70%
G=35.26%
B=41.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821221420.420.1400.4420026.7943.92
Hex527A8E2AE02Cc81b2c
Octal12217221652160543103354
Binary1010010111101010001110101010111001011001100100011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,122,142); }

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

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

 a { background-color: rgb(82,122,142); }

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

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

 span { border-color: rgb(82,122,142); }

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