Html Css Color HEX #527E8E Jelly Bean

📋 copy color: '#527E8E'

red 82 ◦ green 126 ◦ blue 142

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

Shades of Jelly Bean #527E8E

Tints of Jelly Bean #527E8E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36%

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

R = 23.43%
G = 36%
B = 40.57%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#527E8E (or 0x527E8E) is known color: Jelly Bean. HEX triplet: 52, 7E and 8E. RGB value is (82,126,142). Sum of RGB (Red+Green+Blue) = 82+126+142=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #527E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527E8E is #AD8171. Grayscale: #727272. Windows color (decimal): -11370866 or 9338450. OLE color: 9338450.

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

Color convert

RGB 82 126 142 -
CMYK 0.42 0.11 0 0.44
HSL 196º 0.27% 0.44% -
HSV(B) 196º 0.42% 0.56% -
XYZ 15.82 18.67 28.36 -
YUV 114.67 143.42 104.7 -
System Red Green Blue C M Y K H S L
Decimal 82 126 142 0.42 0.11 0 0.44 196 0.27 0.44
Hex 52 7E 8E 2A B 0 2C C4 1B 2C
Octal 122 176 216 52 13 0 54 304 33 54
Binary 1010010 1111110 10001110 101010 1011 0 101100 11000100 11011 101100

Color Harmonies of #527E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E8E

Black with #527E8E

Text Example


Text Example

White with #527E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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