Html Css Color HEX #005543 Cyprus

📋 copy color: '#005543'

red 0 ◦ green 85 ◦ blue 67

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

Shades of Cyprus #005543

Tints of Cyprus #005543

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 55.92%
B = 44.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#005543 (or 0x005543) is known color: Cyprus. HEX triplet: 00, 55 and 43. RGB value is (0,85,67). Sum of RGB (Red+Green+Blue) = 0+85+67=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 67 (26.56% from 255 or 44.08% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #005543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005543 is #FFAABC. Grayscale: #393939. Windows color (decimal): -16755389 or 4412672. OLE color: 4412672.

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

Color convert

RGB 0 85 67 -
CMYK 1 0 0.21 0.67
HSL 167.29º 1% 0.17% -
HSV(B) 167.29º 1% 0.33% -
XYZ 4.26 6.9 6.42 -
YUV 57.53 133.34 86.96 -
System Red Green Blue C M Y K H S L
Decimal 0 85 67 1 0 0.21 0.67 167.29 1 0.17
Hex 0 55 43 64 0 15 43 A7 64 11
Octal 0 125 103 144 0 25 103 247 144 21
Binary 0 1010101 1000011 1100100 0 10101 1000011 10100111 1100100 10001

Color Harmonies of #005543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005543

Black with #005543

Text Example


Text Example

White with #005543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005543; }

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

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

background-color css

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

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

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

border-color css

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

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

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