Html Css Color HEX #055543 Cyprus

📋 copy color: '#055543'

red 5 ◦ green 85 ◦ blue 67

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

Shades of Cyprus #055543

Tints of Cyprus #055543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 54.14%

 BLUE value IS 67 (26.56% from 255) = 42.68%

R = 3.18%
G = 54.14%
B = 42.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#055543 (or 0x055543) is known color: Cyprus. HEX triplet: 05, 55 and 43. RGB value is (5,85,67). Sum of RGB (Red+Green+Blue) = 5+85+67=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #055543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055543 is #FAAABC. Grayscale: #3B3B3B. Windows color (decimal): -16427709 or 4412677. OLE color: 4412677.

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

Color convert

RGB 5 85 67 -
CMYK 0.94 0 0.21 0.67
HSL 166.5º 0.89% 0.18% -
HSV(B) 166.5º 0.94% 0.33% -
XYZ 4.32 6.93 6.42 -
YUV 59.03 132.5 89.46 -
System Red Green Blue C M Y K H S L
Decimal 5 85 67 0.94 0 0.21 0.67 166.5 0.89 0.18
Hex 5 55 43 5E 0 15 43 A6 59 12
Octal 5 125 103 136 0 25 103 246 131 22
Binary 101 1010101 1000011 1011110 0 10101 1000011 10100110 1011001 10010

Color Harmonies of #055543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055543

Black with #055543

Text Example


Text Example

White with #055543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055543; }

 p { color: rgb(5,85,67); }

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

background-color css

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

 a { background-color: rgb(5,85,67); }

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

border-color css

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

 span { border-color: rgb(5,85,67); }

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