Html Css Color HEX #537C88 Jelly Bean

📋 copy color: '#537C88'

red 83 ◦ green 124 ◦ blue 136

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

Shades of Jelly Bean #537C88

Tints of Jelly Bean #537C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.65%

R = 24.2%
G = 36.15%
B = 39.65%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#537C88 (or 0x537C88) is known color: Jelly Bean. HEX triplet: 53, 7C and 88. RGB value is (83,124,136). Sum of RGB (Red+Green+Blue) = 83+124+136=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #537C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537C88 is #AC8377. Grayscale: #717171. Windows color (decimal): -11305848 or 8944723. OLE color: 8944723.

HSL color Cylindrical-coordinate representation of color #537C88: hue angle of 193.58º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #537C88 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 124 136 -
CMYK 0.39 0.09 0 0.47
HSL 193.58º 0.24% 0.43% -
HSV(B) 193.58º 0.39% 0.53% -
XYZ 15.22 18.03 25.97 -
YUV 113.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 83 124 136 0.39 0.09 0 0.47 193.58 0.24 0.43
Hex 53 7C 88 27 9 0 2F C2 18 2B
Octal 123 174 210 47 11 0 57 302 30 53
Binary 1010011 1111100 10001000 100111 1001 0 101111 11000010 11000 101011

Color Harmonies of #537C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C88

Black with #537C88

Text Example


Text Example

White with #537C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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