Html Css Color HEX #527686 Jelly Bean

📋 copy color: '#527686'

red 82 ◦ green 118 ◦ blue 134

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

Shades of Jelly Bean #527686

Tints of Jelly Bean #527686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.33%

 BLUE value IS 134 (52.73% from 255) = 40.12%

R = 24.55%
G = 35.33%
B = 40.12%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#527686 (or 0x527686) is known color: Jelly Bean. HEX triplet: 52, 76 and 86. RGB value is (82,118,134). Sum of RGB (Red+Green+Blue) = 82+118+134=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 134 - color contains mainly: blue. Hex color #527686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527686 is #AD8979. Grayscale: #6C6C6C. Windows color (decimal): -11372922 or 8812114. OLE color: 8812114.

HSL color Cylindrical-coordinate representation of color #527686: hue angle of 198.46º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #527686 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 118 134 -
CMYK 0.39 0.12 0 0.47
HSL 198.46º 0.24% 0.42% -
HSV(B) 198.46º 0.39% 0.53% -
XYZ 14.26 16.47 24.98 -
YUV 109.06 142.07 108.7 -
System Red Green Blue C M Y K H S L
Decimal 82 118 134 0.39 0.12 0 0.47 198.46 0.24 0.42
Hex 52 76 86 27 C 0 2F C6 18 2A
Octal 122 166 206 47 14 0 57 306 30 52
Binary 1010010 1110110 10000110 100111 1100 0 101111 11000110 11000 101010

Color Harmonies of #527686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527686

Black with #527686

Text Example


Text Example

White with #527686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527686; }

 p { color: rgb(82,118,134); }

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

background-color css

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

 a { background-color: rgb(82,118,134); }

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

border-color css

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

 span { border-color: rgb(82,118,134); }

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