Html Css Color HEX #527F91 Jelly Bean

📋 copy color: '#527F91'

red 82 ◦ green 127 ◦ blue 145

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

Shades of Jelly Bean #527F91

Tints of Jelly Bean #527F91

RGB

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

 GREEN value IS 127 (50% from 255) = 35.88%

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

R = 23.16%
G = 35.88%
B = 40.96%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#527F91 (or 0x527F91) is known color: Jelly Bean. HEX triplet: 52, 7F and 91. RGB value is (82,127,145). Sum of RGB (Red+Green+Blue) = 82+127+145=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #527F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527F91 is #AD806E. Grayscale: #737373. Windows color (decimal): -11370607 or 9535314. OLE color: 9535314.

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

Color convert

RGB 82 127 145 -
CMYK 0.43 0.12 0 0.43
HSL 197.14º 0.28% 0.45% -
HSV(B) 197.14º 0.43% 0.57% -
XYZ 16.18 19.02 29.61 -
YUV 115.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 82 127 145 0.43 0.12 0 0.43 197.14 0.28 0.45
Hex 52 7F 91 2B C 0 2B C5 1C 2D
Octal 122 177 221 53 14 0 53 305 34 55
Binary 1010010 1111111 10010001 101011 1100 0 101011 11000101 11100 101101

Color Harmonies of #527F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527F91

Black with #527F91

Text Example


Text Example

White with #527F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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