Html Css Color HEX #054441 Cyprus

📋 copy color: '#054441'

red 5 ◦ green 68 ◦ blue 65

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

Shades of Cyprus #054441

Tints of Cyprus #054441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 47.1%

R = 3.62%
G = 49.28%
B = 47.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#054441 (or 0x054441) is known color: Cyprus. HEX triplet: 05, 44 and 41. RGB value is (5,68,65). Sum of RGB (Red+Green+Blue) = 5+68+65=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 68 (26.95% from 255 or 49.28% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 68 - color contains mainly: green. Hex color #054441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054441 is #FABBBE. Grayscale: #303030. Windows color (decimal): -16432063 or 4277253. OLE color: 4277253.

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

Color convert

RGB 5 68 65 -
CMYK 0.93 0 0.04 0.73
HSL 177.14º 0.86% 0.14% -
HSV(B) 177.14º 0.93% 0.27% -
XYZ 3.08 4.55 5.72 -
YUV 48.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 5 68 65 0.93 0 0.04 0.73 177.14 0.86 0.14
Hex 5 44 41 5D 0 4 49 B1 56 E
Octal 5 104 101 135 0 4 111 261 126 16
Binary 101 1000100 1000001 1011101 0 100 1001001 10110001 1010110 1110

Color Harmonies of #054441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054441

Black with #054441

Text Example


Text Example

White with #054441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054441; }

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

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

background-color css

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

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

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

border-color css

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

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

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