Html Css Color HEX #527688 Jelly Bean

📋 copy color: '#527688'

red 82 ◦ green 118 ◦ blue 136

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

Shades of Jelly Bean #527688

Tints of Jelly Bean #527688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.48%

R = 24.4%
G = 35.12%
B = 40.48%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#527688 (or 0x527688) is known color: Jelly Bean. HEX triplet: 52, 76 and 88. RGB value is (82,118,136). Sum of RGB (Red+Green+Blue) = 82+118+136=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #527688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527688 is #AD8977. Grayscale: #6D6D6D. Windows color (decimal): -11372920 or 8943186. OLE color: 8943186.

HSL color Cylindrical-coordinate representation of color #527688: hue angle of 200º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527688 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 118 136 -
CMYK 0.40 0.13 0 0.47
HSL 200º 0.25% 0.43% -
HSV(B) 200º 0.4% 0.53% -
XYZ 14.4 16.53 25.72 -
YUV 109.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 82 118 136 0.40 0.13 0 0.47 200 0.25 0.43
Hex 52 76 88 28 D 0 2F C8 19 2B
Octal 122 166 210 50 15 0 57 310 31 53
Binary 1010010 1110110 10001000 101000 1101 0 101111 11001000 11001 101011

Color Harmonies of #527688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527688

Black with #527688

Text Example


Text Example

White with #527688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527688; }

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

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

background-color css

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

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

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

border-color css

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

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

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