Html Css Color HEX #527993 Jelly Bean

📋 copy color: '#527993'

red 82 ◦ green 121 ◦ blue 147

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

Shades of Jelly Bean #527993

Tints of Jelly Bean #527993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42%

R = 23.43%
G = 34.57%
B = 42%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#527993 (or 0x527993) is known color: Jelly Bean. HEX triplet: 52, 79 and 93. RGB value is (82,121,147). Sum of RGB (Red+Green+Blue) = 82+121+147=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #527993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527993 is #AD866C. Grayscale: #707070. Windows color (decimal): -11372141 or 9664850. OLE color: 9664850.

HSL color Cylindrical-coordinate representation of color #527993: hue angle of 204º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #527993 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 121 147 -
CMYK 0.44 0.18 0 0.42
HSL 204º 0.28% 0.45% -
HSV(B) 204º 0.44% 0.58% -
XYZ 15.58 17.58 30.17 -
YUV 112.3 147.58 106.39 -
System Red Green Blue C M Y K H S L
Decimal 82 121 147 0.44 0.18 0 0.42 204 0.28 0.45
Hex 52 79 93 2C 12 0 2A CC 1C 2D
Octal 122 171 223 54 22 0 52 314 34 55
Binary 1010010 1111001 10010011 101100 10010 0 101010 11001100 11100 101101

Color Harmonies of #527993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527993

Black with #527993

Text Example


Text Example

White with #527993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527993; }

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

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

background-color css

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

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

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

border-color css

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

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

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