Html Css Color HEX #054443 Cyprus

📋 copy color: '#054443'

red 5 ◦ green 68 ◦ blue 67

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

Shades of Cyprus #054443

Tints of Cyprus #054443

RGB

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

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

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

R = 3.57%
G = 48.57%
B = 47.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#054443 (or 0x054443) is known color: Cyprus. HEX triplet: 05, 44 and 43. RGB value is (5,68,67). Sum of RGB (Red+Green+Blue) = 5+68+67=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #054443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054443 is #FABBBC. Grayscale: #303030. Windows color (decimal): -16432061 or 4408325. OLE color: 4408325.

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

Color convert

RGB 5 68 67 -
CMYK 0.93 0 0.01 0.73
HSL 179.05º 0.86% 0.14% -
HSV(B) 179.05º 0.93% 0.27% -
XYZ 3.14 4.57 6.03 -
YUV 49.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 5 68 67 0.93 0 0.01 0.73 179.05 0.86 0.14
Hex 5 44 43 5D 0 1 49 B3 56 E
Octal 5 104 103 135 0 1 111 263 126 16
Binary 101 1000100 1000011 1011101 0 1 1001001 10110011 1010110 1110

Color Harmonies of #054443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054443

Black with #054443

Text Example


Text Example

White with #054443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054443; }

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

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

background-color css

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

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

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

border-color css

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

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

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