Html Css Color HEX #054444 Cyprus

📋 copy color: '#054444'

red 5 ◦ green 68 ◦ blue 68

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

Shades of Cyprus #054444

Tints of Cyprus #054444

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.23%

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

R = 3.55%
G = 48.23%
B = 48.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#054444 (or 0x054444) is known color: Cyprus. HEX triplet: 05, 44 and 44. RGB value is (5,68,68). Sum of RGB (Red+Green+Blue) = 5+68+68=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: green, blue. Hex color #054444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054444 is #FABBBB. Grayscale: #313131. Windows color (decimal): -16432060 or 4473861. OLE color: 4473861.

HSL color Cylindrical-coordinate representation of color #054444: hue angle of 180º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054444 is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 68 68 -
CMYK 0.93 0 0 0.73
HSL 180º 0.86% 0.14% -
HSV(B) 180º 0.93% 0.27% -
XYZ 3.17 4.58 6.19 -
YUV 49.16 138.63 96.5 -
System Red Green Blue C M Y K H S L
Decimal 5 68 68 0.93 0 0 0.73 180 0.86 0.14
Hex 5 44 44 5D 0 0 49 B4 56 E
Octal 5 104 104 135 0 0 111 264 126 16
Binary 101 1000100 1000100 1011101 0 0 1001001 10110100 1010110 1110

Color Harmonies of #054444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054444

Black with #054444

Text Example


Text Example

White with #054444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054444; }

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

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

background-color css

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

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

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

border-color css

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

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

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