Html Css Color HEX #527996 Jelly Bean

📋 copy color: '#527996'

red 82 ◦ green 121 ◦ blue 150

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

Shades of Jelly Bean #527996

Tints of Jelly Bean #527996

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.28%

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 23.23%
G = 34.28%
B = 42.49%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#527996 (or 0x527996) is known color: Jelly Bean. HEX triplet: 52, 79 and 96. RGB value is (82,121,150). Sum of RGB (Red+Green+Blue) = 82+121+150=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #527996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527996 is #AD8669. Grayscale: #707070. Windows color (decimal): -11372138 or 9861458. OLE color: 9861458.

HSL color Cylindrical-coordinate representation of color #527996: hue angle of 205.59º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #527996 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 121 150 -
CMYK 0.45 0.19 0 0.41
HSL 205.59º 0.29% 0.45% -
HSV(B) 205.59º 0.45% 0.59% -
XYZ 15.82 17.67 31.43 -
YUV 112.65 149.08 106.14 -
System Red Green Blue C M Y K H S L
Decimal 82 121 150 0.45 0.19 0 0.41 205.59 0.29 0.45
Hex 52 79 96 2D 13 0 29 CE 1D 2D
Octal 122 171 226 55 23 0 51 316 35 55
Binary 1010010 1111001 10010110 101101 10011 0 101001 11001110 11101 101101

Color Harmonies of #527996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527996

Black with #527996

Text Example


Text Example

White with #527996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527996; }

 p { color: rgb(82,121,150); }

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

background-color css

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

 a { background-color: rgb(82,121,150); }

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

border-color css

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

 span { border-color: rgb(82,121,150); }

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