Html Css Color HEX #537C8A Jelly Bean

📋 copy color: '#537C8A'

red 83 ◦ green 124 ◦ blue 138

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

Shades of Jelly Bean #537C8A

Tints of Jelly Bean #537C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40%

R = 24.06%
G = 35.94%
B = 40%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#537C8A (or 0x537C8A) is known color: Jelly Bean. HEX triplet: 53, 7C and 8A. RGB value is (83,124,138). Sum of RGB (Red+Green+Blue) = 83+124+138=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #537C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537C8A is #AC8375. Grayscale: #717171. Windows color (decimal): -11305846 or 9075795. OLE color: 9075795.

HSL color Cylindrical-coordinate representation of color #537C8A: hue angle of 195.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #537C8A is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 124 138 -
CMYK 0.40 0.10 0 0.46
HSL 195.27º 0.25% 0.43% -
HSV(B) 195.27º 0.4% 0.54% -
XYZ 15.36 18.09 26.73 -
YUV 113.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 83 124 138 0.40 0.10 0 0.46 195.27 0.25 0.43
Hex 53 7C 8A 28 A 0 2E C3 19 2B
Octal 123 174 212 50 12 0 56 303 31 53
Binary 1010011 1111100 10001010 101000 1010 0 101110 11000011 11001 101011

Color Harmonies of #537C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C8A

Black with #537C8A

Text Example


Text Example

White with #537C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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