Html Css Color HEX #538868 Como

📋 copy color: '#538868'

red 83 ◦ green 136 ◦ blue 104

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

Shades of Como #538868

Tints of Como #538868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.11%

 BLUE value IS 104 (41.02% from 255) = 32.2%

R = 25.7%
G = 42.11%
B = 32.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#538868 (or 0x538868) is known color: Como. HEX triplet: 53, 88 and 68. RGB value is (83,136,104). Sum of RGB (Red+Green+Blue) = 83+136+104=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #538868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538868 is #AC7797. Grayscale: #747474. Windows color (decimal): -11302808 or 6850643. OLE color: 6850643.

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

Color convert

RGB 83 136 104 -
CMYK 0.39 0 0.24 0.47
HSL 143.77º 0.24% 0.43% -
HSV(B) 143.77º 0.39% 0.53% -
XYZ 14.87 20.45 16.26 -
YUV 116.51 120.94 104.1 -
System Red Green Blue C M Y K H S L
Decimal 83 136 104 0.39 0 0.24 0.47 143.77 0.24 0.43
Hex 53 88 68 27 0 18 2F 90 18 2B
Octal 123 210 150 47 0 30 57 220 30 53
Binary 1010011 10001000 1101000 100111 0 11000 101111 10010000 11000 101011

Color Harmonies of #538868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538868

Black with #538868

Text Example


Text Example

White with #538868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538868; }

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

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

background-color css

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

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

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

border-color css

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

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

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