Html Css Color HEX #527A88 Jelly Bean

📋 copy color: '#527A88'

red 82 ◦ green 122 ◦ blue 136

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

Shades of Jelly Bean #527A88

Tints of Jelly Bean #527A88

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.88%

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

R = 24.12%
G = 35.88%
B = 40%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#527A88 (or 0x527A88) is known color: Jelly Bean. HEX triplet: 52, 7A and 88. RGB value is (82,122,136). Sum of RGB (Red+Green+Blue) = 82+122+136=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #527A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527A88 is #AD8577. Grayscale: #6F6F6F. Windows color (decimal): -11371896 or 8944210. OLE color: 8944210.

HSL color Cylindrical-coordinate representation of color #527A88: hue angle of 195.56º 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 #527A88 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 122 136 -
CMYK 0.40 0.10 0 0.47
HSL 195.56º 0.25% 0.43% -
HSV(B) 195.56º 0.4% 0.53% -
XYZ 14.88 17.49 25.88 -
YUV 111.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 82 122 136 0.40 0.10 0 0.47 195.56 0.25 0.43
Hex 52 7A 88 28 A 0 2F C4 19 2B
Octal 122 172 210 50 12 0 57 304 31 53
Binary 1010010 1111010 10001000 101000 1010 0 101111 11000100 11001 101011

Color Harmonies of #527A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A88

Black with #527A88

Text Example


Text Example

White with #527A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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