Html Css Color HEX #537C94 Jelly Bean

📋 copy color: '#537C94'

red 83 ◦ green 124 ◦ blue 148

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

Shades of Jelly Bean #537C94

Tints of Jelly Bean #537C94

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.93%

 BLUE value IS 148 (58.2% from 255) = 41.69%

R = 23.38%
G = 34.93%
B = 41.69%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#537C94 (or 0x537C94) is known color: Jelly Bean. HEX triplet: 53, 7C and 94. RGB value is (83,124,148). Sum of RGB (Red+Green+Blue) = 83+124+148=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #537C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537C94 is #AC836B. Grayscale: #727272. Windows color (decimal): -11305836 or 9731155. OLE color: 9731155.

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

Color convert

RGB 83 124 148 -
CMYK 0.44 0.16 0 0.42
HSL 202.15º 0.28% 0.45% -
HSV(B) 202.15º 0.44% 0.58% -
XYZ 16.12 18.39 30.72 -
YUV 114.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 83 124 148 0.44 0.16 0 0.42 202.15 0.28 0.45
Hex 53 7C 94 2C 10 0 2A CA 1C 2D
Octal 123 174 224 54 20 0 52 312 34 55
Binary 1010011 1111100 10010100 101100 10000 0 101010 11001010 11100 101101

Color Harmonies of #537C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C94

Black with #537C94

Text Example


Text Example

White with #537C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537C94; }

 p { color: rgb(83,124,148); }

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

background-color css

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

 a { background-color: rgb(83,124,148); }

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

border-color css

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

 span { border-color: rgb(83,124,148); }

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