Html Css Color HEX #537888 Jelly Bean

📋 copy color: '#537888'

red 83 ◦ green 120 ◦ blue 136

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

Shades of Jelly Bean #537888

Tints of Jelly Bean #537888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.4%

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

R = 24.48%
G = 35.4%
B = 40.12%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#537888 (or 0x537888) is known color: Jelly Bean. HEX triplet: 53, 78 and 88. RGB value is (83,120,136). Sum of RGB (Red+Green+Blue) = 83+120+136=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 136 - color contains mainly: blue. Hex color #537888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537888 is #AC8777. Grayscale: #6E6E6E. Windows color (decimal): -11306872 or 8943699. OLE color: 8943699.

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

Color convert

RGB 83 120 136 -
CMYK 0.39 0.12 0 0.47
HSL 198.11º 0.24% 0.43% -
HSV(B) 198.11º 0.39% 0.53% -
XYZ 14.73 17.05 25.81 -
YUV 110.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 83 120 136 0.39 0.12 0 0.47 198.11 0.24 0.43
Hex 53 78 88 27 C 0 2F C6 18 2B
Octal 123 170 210 47 14 0 57 306 30 53
Binary 1010011 1111000 10001000 100111 1100 0 101111 11000110 11000 101011

Color Harmonies of #537888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537888

Black with #537888

Text Example


Text Example

White with #537888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537888; }

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

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

background-color css

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

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

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

border-color css

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

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

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