Html Css Color HEX #054040 Cyprus

📋 copy color: '#054040'

red 5 ◦ green 64 ◦ blue 64

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

Shades of Cyprus #054040

Tints of Cyprus #054040

RGB

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

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

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

R = 3.76%
G = 48.12%
B = 48.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#054040 (or 0x054040) is known color: Cyprus. HEX triplet: 05, 40 and 40. RGB value is (5,64,64). Sum of RGB (Red+Green+Blue) = 5+64+64=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #054040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054040 is #FABFBF. Grayscale: #2E2E2E. Windows color (decimal): -16433088 or 4210693. OLE color: 4210693.

HSL color Cylindrical-coordinate representation of color #054040: hue angle of 180º 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 #054040 is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 64 64 -
CMYK 0.92 0 0 0.75
HSL 180º 0.86% 0.14% -
HSV(B) 180º 0.92% 0.25% -
XYZ 2.82 4.07 5.49 -
YUV 46.36 137.95 98.5 -
System Red Green Blue C M Y K H S L
Decimal 5 64 64 0.92 0 0 0.75 180 0.86 0.14
Hex 5 40 40 5C 0 0 4B B4 56 E
Octal 5 100 100 134 0 0 113 264 126 16
Binary 101 1000000 1000000 1011100 0 0 1001011 10110100 1010110 1110

Color Harmonies of #054040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054040

Black with #054040

Text Example


Text Example

White with #054040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054040; }

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

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

background-color css

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

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

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

border-color css

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

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

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