Html Css Color HEX #538A68 Como

📋 copy color: '#538A68'

red 83 ◦ green 138 ◦ blue 104

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

Shades of Como #538A68

Tints of Como #538A68

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.46%

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

R = 25.54%
G = 42.46%
B = 32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#538A68 (or 0x538A68) is known color: Como. HEX triplet: 53, 8A and 68. RGB value is (83,138,104). Sum of RGB (Red+Green+Blue) = 83+138+104=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 138 - color contains mainly: green. Hex color #538A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538A68 is #AC7597. Grayscale: #757575. Windows color (decimal): -11302296 or 6851155. OLE color: 6851155.

HSL color Cylindrical-coordinate representation of color #538A68: hue angle of 142.91º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538A68 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 138 104 -
CMYK 0.40 0 0.25 0.46
HSL 142.91º 0.25% 0.43% -
HSV(B) 142.91º 0.4% 0.54% -
XYZ 15.15 21.02 16.35 -
YUV 117.68 120.28 103.26 -
System Red Green Blue C M Y K H S L
Decimal 83 138 104 0.40 0 0.25 0.46 142.91 0.25 0.43
Hex 53 8A 68 28 0 19 2E 8F 19 2B
Octal 123 212 150 50 0 31 56 217 31 53
Binary 1010011 10001010 1101000 101000 0 11001 101110 10001111 11001 101011

Color Harmonies of #538A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538A68

Black with #538A68

Text Example


Text Example

White with #538A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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