Html Css Color HEX #054442 Cyprus

📋 copy color: '#054442'

red 5 ◦ green 68 ◦ blue 66

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

Shades of Cyprus #054442

Tints of Cyprus #054442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 47.48%

R = 3.6%
G = 48.92%
B = 47.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#054442 (or 0x054442) is known color: Cyprus. HEX triplet: 05, 44 and 42. RGB value is (5,68,66). Sum of RGB (Red+Green+Blue) = 5+68+66=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #054442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054442 is #FABBBD. Grayscale: #303030. Windows color (decimal): -16432062 or 4342789. OLE color: 4342789.

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

Color convert

RGB 5 68 66 -
CMYK 0.93 0 0.03 0.73
HSL 178.1º 0.86% 0.14% -
HSV(B) 178.1º 0.93% 0.27% -
XYZ 3.11 4.56 5.87 -
YUV 48.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 5 68 66 0.93 0 0.03 0.73 178.1 0.86 0.14
Hex 5 44 42 5D 0 3 49 B2 56 E
Octal 5 104 102 135 0 3 111 262 126 16
Binary 101 1000100 1000010 1011101 0 11 1001001 10110010 1010110 1110

Color Harmonies of #054442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054442

Black with #054442

Text Example


Text Example

White with #054442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054442; }

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

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

background-color css

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

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

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

border-color css

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

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

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