Html Css Color HEX #537992 Jelly Bean

📋 copy color: '#537992'

red 83 ◦ green 121 ◦ blue 146

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

Shades of Jelly Bean #537992

Tints of Jelly Bean #537992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.71%

R = 23.71%
G = 34.57%
B = 41.71%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#537992 (or 0x537992) is known color: Jelly Bean. HEX triplet: 53, 79 and 92. RGB value is (83,121,146). Sum of RGB (Red+Green+Blue) = 83+121+146=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #537992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537992 is #AC866D. Grayscale: #707070. Windows color (decimal): -11306606 or 9599315. OLE color: 9599315.

HSL color Cylindrical-coordinate representation of color #537992: hue angle of 203.81º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #537992 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 121 146 -
CMYK 0.43 0.17 0 0.43
HSL 203.81º 0.28% 0.45% -
HSV(B) 203.81º 0.43% 0.57% -
XYZ 15.59 17.59 29.77 -
YUV 112.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 83 121 146 0.43 0.17 0 0.43 203.81 0.28 0.45
Hex 53 79 92 2B 11 0 2B CC 1C 2D
Octal 123 171 222 53 21 0 53 314 34 55
Binary 1010011 1111001 10010010 101011 10001 0 101011 11001100 11100 101101

Color Harmonies of #537992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537992

Black with #537992

Text Example


Text Example

White with #537992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537992; }

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

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

background-color css

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

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

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

border-color css

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

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

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