Html Css Color HEX #537B8C Jelly Bean

📋 copy color: '#537B8C'

red 83 ◦ green 123 ◦ blue 140

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

Shades of Jelly Bean #537B8C

Tints of Jelly Bean #537B8C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.55%

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 23.99%
G = 35.55%
B = 40.46%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#537B8C (or 0x537B8C) is known color: Jelly Bean. HEX triplet: 53, 7B and 8C. RGB value is (83,123,140). Sum of RGB (Red+Green+Blue) = 83+123+140=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #537B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537B8C is #AC8473. Grayscale: #707070. Windows color (decimal): -11306100 or 9206611. OLE color: 9206611.

HSL color Cylindrical-coordinate representation of color #537B8C: hue angle of 197.89º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #537B8C is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 123 140 -
CMYK 0.41 0.12 0 0.45
HSL 197.89º 0.26% 0.44% -
HSV(B) 197.89º 0.41% 0.55% -
XYZ 15.38 17.9 27.45 -
YUV 112.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 83 123 140 0.41 0.12 0 0.45 197.89 0.26 0.44
Hex 53 7B 8C 29 C 0 2D C6 1A 2C
Octal 123 173 214 51 14 0 55 306 32 54
Binary 1010011 1111011 10001100 101001 1100 0 101101 11000110 11010 101100

Color Harmonies of #537B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537B8C

Black with #537B8C

Text Example


Text Example

White with #537B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,123,140); }

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

background-color css

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

 a { background-color: rgb(83,123,140); }

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

border-color css

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

 span { border-color: rgb(83,123,140); }

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