Html Css Color HEX #527D8E Jelly Bean

📋 copy color: '#527D8E'

red 82 ◦ green 125 ◦ blue 142

#527D8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #527D8E

Tints of Jelly Bean #527D8E

RGB

 RED value IS 82 (32.42% from 255) = 23.5%

 GREEN value IS 125 (49.22% from 255) = 35.82%

 BLUE value IS 142 (55.86% from 255) = 40.69%

R = 23.5%
G = 35.82%
B = 40.69%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#527D8E (or 0x527D8E) is known color: Jelly Bean. HEX triplet: 52, 7D and 8E. RGB value is (82,125,142). Sum of RGB (Red+Green+Blue) = 82+125+142=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #527D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527D8E is #AD8271. Grayscale: #717171. Windows color (decimal): -11371122 or 9338194. OLE color: 9338194.

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

Color convert

RGB 82 125 142 -
CMYK 0.42 0.12 0 0.44
HSL 197º 0.27% 0.44% -
HSV(B) 197º 0.42% 0.56% -
XYZ 15.7 18.41 28.32 -
YUV 114.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 82 125 142 0.42 0.12 0 0.44 197 0.27 0.44
Hex 52 7D 8E 2A C 0 2C C5 1B 2C
Octal 122 175 216 52 14 0 54 305 33 54
Binary 1010010 1111101 10001110 101010 1100 0 101100 11000101 11011 101100

Color Harmonies of #527D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527D8E

Black with #527D8E

Text Example


Text Example

White with #527D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #527D8E;
 }
 .AnyTagClassName
 {
   color: #527D8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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