Html Css Color HEX #537993 Jelly Bean

📋 copy color: '#537993'

red 83 ◦ green 121 ◦ blue 147

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

Shades of Jelly Bean #537993

Tints of Jelly Bean #537993

RGB

 RED value IS 83 (32.81% from 255) = 23.65%

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

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

R = 23.65%
G = 34.47%
B = 41.88%

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

#537993 (or 0x537993) is known color: Jelly Bean. HEX triplet: 53, 79 and 93. RGB value is (83,121,147). Sum of RGB (Red+Green+Blue) = 83+121+147=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #537993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537993 is #AC866C. Grayscale: #707070. Windows color (decimal): -11306605 or 9664851. OLE color: 9664851.

HSL color Cylindrical-coordinate representation of color #537993: hue angle of 204.38º 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 #537993 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 121 147 -
CMYK 0.44 0.18 0 0.42
HSL 204.38º 0.28% 0.45% -
HSV(B) 204.38º 0.44% 0.58% -
XYZ 15.67 17.62 30.18 -
YUV 112.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 83 121 147 0.44 0.18 0 0.42 204.38 0.28 0.45
Hex 53 79 93 2C 12 0 2A CC 1C 2D
Octal 123 171 223 54 22 0 52 314 34 55
Binary 1010011 1111001 10010011 101100 10010 0 101010 11001100 11100 101101

Color Harmonies of #537993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537993

Black with #537993

Text Example


Text Example

White with #537993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537993; }

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

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

background-color css

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

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

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

border-color css

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

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

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