Html Css Color HEX #054744 Cyprus

📋 copy color: '#054744'

red 5 ◦ green 71 ◦ blue 68

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

Shades of Cyprus #054744

Tints of Cyprus #054744

RGB

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

 GREEN value IS 71 (28.13% from 255) = 49.31%

 BLUE value IS 68 (26.95% from 255) = 47.22%

R = 3.47%
G = 49.31%
B = 47.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#054744 (or 0x054744) is known color: Cyprus. HEX triplet: 05, 47 and 44. RGB value is (5,71,68). Sum of RGB (Red+Green+Blue) = 5+71+68=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #054744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054744 is #FAB8BB. Grayscale: #323232. Windows color (decimal): -16431292 or 4474629. OLE color: 4474629.

HSL color Cylindrical-coordinate representation of color #054744: hue angle of 177.27º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054744 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 71 68 -
CMYK 0.93 0 0.04 0.72
HSL 177.27º 0.87% 0.15% -
HSV(B) 177.27º 0.93% 0.28% -
XYZ 3.36 4.96 6.25 -
YUV 50.92 137.63 95.24 -
System Red Green Blue C M Y K H S L
Decimal 5 71 68 0.93 0 0.04 0.72 177.27 0.87 0.15
Hex 5 47 44 5D 0 4 48 B1 57 F
Octal 5 107 104 135 0 4 110 261 127 17
Binary 101 1000111 1000100 1011101 0 100 1001000 10110001 1010111 1111

Color Harmonies of #054744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054744

Black with #054744

Text Example


Text Example

White with #054744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054744; }

 p { color: rgb(5,71,68); }

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

background-color css

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

 a { background-color: rgb(5,71,68); }

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

border-color css

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

 span { border-color: rgb(5,71,68); }

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