Html Css Color HEX #527E91 Jelly Bean

📋 copy color: '#527E91'

red 82 ◦ green 126 ◦ blue 145

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

Shades of Jelly Bean #527E91

Tints of Jelly Bean #527E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.08%

R = 23.23%
G = 35.69%
B = 41.08%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#527E91 (or 0x527E91) is known color: Jelly Bean. HEX triplet: 52, 7E and 91. RGB value is (82,126,145). Sum of RGB (Red+Green+Blue) = 82+126+145=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 145 - color contains mainly: blue. Hex color #527E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527E91 is #AD816E. Grayscale: #727272. Windows color (decimal): -11370863 or 9535058. OLE color: 9535058.

HSL color Cylindrical-coordinate representation of color #527E91: hue angle of 198.1º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #527E91 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 126 145 -
CMYK 0.43 0.13 0 0.43
HSL 198.1º 0.28% 0.45% -
HSV(B) 198.1º 0.43% 0.57% -
XYZ 16.05 18.76 29.56 -
YUV 115.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 82 126 145 0.43 0.13 0 0.43 198.1 0.28 0.45
Hex 52 7E 91 2B D 0 2B C6 1C 2D
Octal 122 176 221 53 15 0 53 306 34 55
Binary 1010010 1111110 10010001 101011 1101 0 101011 11000110 11100 101101

Color Harmonies of #527E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E91

Black with #527E91

Text Example


Text Example

White with #527E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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