Html Css Color HEX #05533D Deep Teal

📋 copy color: '#05533D'

red 5 ◦ green 83 ◦ blue 61

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

Shades of Deep Teal #05533D

Tints of Deep Teal #05533D

RGB

 RED value IS 5 (2.34% from 255) = 3.36%

 GREEN value IS 83 (32.81% from 255) = 55.7%

 BLUE value IS 61 (24.22% from 255) = 40.94%

R = 3.36%
G = 55.7%
B = 40.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#05533D (or 0x05533D) is known color: Deep Teal. HEX triplet: 05, 53 and 3D. RGB value is (5,83,61). Sum of RGB (Red+Green+Blue) = 5+83+61=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #05533D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05533D is #FAACC2. Grayscale: #393939. Windows color (decimal): -16428227 or 4018949. OLE color: 4018949.

HSL color Cylindrical-coordinate representation of color #05533D: hue angle of 163.08º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05533D is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 83 61 -
CMYK 0.94 0 0.27 0.67
HSL 163.08º 0.89% 0.17% -
HSV(B) 163.08º 0.94% 0.33% -
XYZ 4 6.56 5.47 -
YUV 57.17 130.16 90.79 -
System Red Green Blue C M Y K H S L
Decimal 5 83 61 0.94 0 0.27 0.67 163.08 0.89 0.17
Hex 5 53 3D 5E 0 1B 43 A3 59 11
Octal 5 123 75 136 0 33 103 243 131 21
Binary 101 1010011 111101 1011110 0 11011 1000011 10100011 1011001 10001

Color Harmonies of #05533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05533D

Black with #05533D

Text Example


Text Example

White with #05533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05533D; }

 p { color: rgb(5,83,61); }

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

background-color css

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

 a { background-color: rgb(5,83,61); }

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

border-color css

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

 span { border-color: rgb(5,83,61); }

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