Html Css Color HEX #054041 Cyprus

📋 copy color: '#054041'

red 5 ◦ green 64 ◦ blue 65

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

Shades of Cyprus #054041

Tints of Cyprus #054041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.76%

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

R = 3.73%
G = 47.76%
B = 48.51%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#054041 (or 0x054041) is known color: Cyprus. HEX triplet: 05, 40 and 41. RGB value is (5,64,65). Sum of RGB (Red+Green+Blue) = 5+64+65=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #054041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054041 is #FABFBE. Grayscale: #2E2E2E. Windows color (decimal): -16433087 or 4276229. OLE color: 4276229.

HSL color Cylindrical-coordinate representation of color #054041: hue angle of 181º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054041 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 64 65 -
CMYK 0.92 0.02 0 0.75
HSL 181º 0.86% 0.14% -
HSV(B) 181º 0.92% 0.25% -
XYZ 2.85 4.08 5.64 -
YUV 46.47 138.45 98.42 -
System Red Green Blue C M Y K H S L
Decimal 5 64 65 0.92 0.02 0 0.75 181 0.86 0.14
Hex 5 40 41 5C 2 0 4B B5 56 E
Octal 5 100 101 134 2 0 113 265 126 16
Binary 101 1000000 1000001 1011100 10 0 1001011 10110101 1010110 1110

Color Harmonies of #054041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054041

Black with #054041

Text Example


Text Example

White with #054041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054041; }

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

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

background-color css

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

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

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

border-color css

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

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

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