Html Css Color HEX #527A90 Jelly Bean

📋 copy color: '#527A90'

red 82 ◦ green 122 ◦ blue 144

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

Shades of Jelly Bean #527A90

Tints of Jelly Bean #527A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.38%

R = 23.56%
G = 35.06%
B = 41.38%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#527A90 (or 0x527A90) is known color: Jelly Bean. HEX triplet: 52, 7A and 90. RGB value is (82,122,144). Sum of RGB (Red+Green+Blue) = 82+122+144=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #527A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527A90 is #AD856F. Grayscale: #707070. Windows color (decimal): -11371888 or 9468498. OLE color: 9468498.

HSL color Cylindrical-coordinate representation of color #527A90: hue angle of 201.29º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #527A90 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 122 144 -
CMYK 0.43 0.15 0 0.44
HSL 201.29º 0.27% 0.44% -
HSV(B) 201.29º 0.43% 0.56% -
XYZ 15.47 17.73 28.99 -
YUV 112.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 82 122 144 0.43 0.15 0 0.44 201.29 0.27 0.44
Hex 52 7A 90 2B F 0 2C C9 1B 2C
Octal 122 172 220 53 17 0 54 311 33 54
Binary 1010010 1111010 10010000 101011 1111 0 101100 11001001 11011 101100

Color Harmonies of #527A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A90

Black with #527A90

Text Example


Text Example

White with #527A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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