Html Css Color HEX #537C8B Jelly Bean

📋 copy color: '#537C8B'

red 83 ◦ green 124 ◦ blue 139

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

Shades of Jelly Bean #537C8B

Tints of Jelly Bean #537C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 23.99%
G = 35.84%
B = 40.17%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#537C8B (or 0x537C8B) is known color: Jelly Bean. HEX triplet: 53, 7C and 8B. RGB value is (83,124,139). Sum of RGB (Red+Green+Blue) = 83+124+139=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #537C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537C8B is #AC8374. Grayscale: #717171. Windows color (decimal): -11305845 or 9141331. OLE color: 9141331.

HSL color Cylindrical-coordinate representation of color #537C8B: hue angle of 196.07º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #537C8B is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 124 139 -
CMYK 0.40 0.11 0 0.45
HSL 196.07º 0.25% 0.44% -
HSV(B) 196.07º 0.4% 0.55% -
XYZ 15.44 18.12 27.11 -
YUV 113.45 142.42 106.28 -
System Red Green Blue C M Y K H S L
Decimal 83 124 139 0.40 0.11 0 0.45 196.07 0.25 0.44
Hex 53 7C 8B 28 B 0 2D C4 19 2C
Octal 123 174 213 50 13 0 55 304 31 54
Binary 1010011 1111100 10001011 101000 1011 0 101101 11000100 11001 101100

Color Harmonies of #537C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C8B

Black with #537C8B

Text Example


Text Example

White with #537C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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