Html Css Color HEX #054440 Cyprus

📋 copy color: '#054440'

red 5 ◦ green 68 ◦ blue 64

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

Shades of Cyprus #054440

Tints of Cyprus #054440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 46.72%

R = 3.65%
G = 49.64%
B = 46.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#054440 (or 0x054440) is known color: Cyprus. HEX triplet: 05, 44 and 40. RGB value is (5,68,64). Sum of RGB (Red+Green+Blue) = 5+68+64=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #054440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054440 is #FABBBF. Grayscale: #303030. Windows color (decimal): -16432064 or 4211717. OLE color: 4211717.

HSL color Cylindrical-coordinate representation of color #054440: hue angle of 176.19º 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 #054440 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 68 64 -
CMYK 0.93 0 0.06 0.73
HSL 176.19º 0.86% 0.14% -
HSV(B) 176.19º 0.93% 0.27% -
XYZ 3.06 4.54 5.57 -
YUV 48.71 136.63 96.83 -
System Red Green Blue C M Y K H S L
Decimal 5 68 64 0.93 0 0.06 0.73 176.19 0.86 0.14
Hex 5 44 40 5D 0 6 49 B0 56 E
Octal 5 104 100 135 0 6 111 260 126 16
Binary 101 1000100 1000000 1011101 0 110 1001001 10110000 1010110 1110

Color Harmonies of #054440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054440

Black with #054440

Text Example


Text Example

White with #054440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054440; }

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

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

background-color css

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

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

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

border-color css

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

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

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