Html Css Color HEX #537688 Jelly Bean

📋 copy color: '#537688'

red 83 ◦ green 118 ◦ blue 136

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

Shades of Jelly Bean #537688

Tints of Jelly Bean #537688

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.01%

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

R = 24.63%
G = 35.01%
B = 40.36%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#537688 (or 0x537688) is known color: Jelly Bean. HEX triplet: 53, 76 and 88. RGB value is (83,118,136). Sum of RGB (Red+Green+Blue) = 83+118+136=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #537688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537688 is #AC8977. Grayscale: #6D6D6D. Windows color (decimal): -11307384 or 8943187. OLE color: 8943187.

HSL color Cylindrical-coordinate representation of color #537688: hue angle of 200.38º 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 #537688 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 118 136 -
CMYK 0.39 0.13 0 0.47
HSL 200.38º 0.24% 0.43% -
HSV(B) 200.38º 0.39% 0.53% -
XYZ 14.49 16.57 25.73 -
YUV 109.59 142.9 109.04 -
System Red Green Blue C M Y K H S L
Decimal 83 118 136 0.39 0.13 0 0.47 200.38 0.24 0.43
Hex 53 76 88 27 D 0 2F C8 18 2B
Octal 123 166 210 47 15 0 57 310 30 53
Binary 1010011 1110110 10001000 100111 1101 0 101111 11001000 11000 101011

Color Harmonies of #537688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537688

Black with #537688

Text Example


Text Example

White with #537688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537688; }

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

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

background-color css

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

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

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

border-color css

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

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

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