Html Css Color HEX #527A98 Jelly Bean

📋 copy color: '#527A98'

red 82 ◦ green 122 ◦ blue 152

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

Shades of Jelly Bean #527A98

Tints of Jelly Bean #527A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.7%

R = 23.03%
G = 34.27%
B = 42.7%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#527A98 (or 0x527A98) is known color: Jelly Bean. HEX triplet: 52, 7A and 98. RGB value is (82,122,152). Sum of RGB (Red+Green+Blue) = 82+122+152=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #527A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527A98 is #AD8567. Grayscale: #717171. Windows color (decimal): -11371880 or 9992786. OLE color: 9992786.

HSL color Cylindrical-coordinate representation of color #527A98: hue angle of 205.71º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #527A98 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 122 152 -
CMYK 0.46 0.20 0 0.40
HSL 205.71º 0.3% 0.46% -
HSV(B) 205.71º 0.46% 0.6% -
XYZ 16.11 17.98 32.33 -
YUV 113.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 82 122 152 0.46 0.20 0 0.40 205.71 0.3 0.46
Hex 52 7A 98 2E 14 0 28 CE 1E 2E
Octal 122 172 230 56 24 0 50 316 36 56
Binary 1010010 1111010 10011000 101110 10100 0 101000 11001110 11110 101110

Color Harmonies of #527A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A98

Black with #527A98

Text Example


Text Example

White with #527A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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