Html Css Color HEX #054042 Cyprus

📋 copy color: '#054042'

red 5 ◦ green 64 ◦ blue 66

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

Shades of Cyprus #054042

Tints of Cyprus #054042

RGB

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

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

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

R = 3.7%
G = 47.41%
B = 48.89%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#054042 (or 0x054042) is known color: Cyprus. HEX triplet: 05, 40 and 42. RGB value is (5,64,66). Sum of RGB (Red+Green+Blue) = 5+64+66=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 66 (26.17% from 255 or 48.89% from 135); Max value from RGB is 66 - color contains mainly: blue. Hex color #054042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054042 is #FABFBD. Grayscale: #2E2E2E. Windows color (decimal): -16433086 or 4341765. OLE color: 4341765.

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

Color convert

RGB 5 64 66 -
CMYK 0.92 0.03 0 0.74
HSL 181.97º 0.86% 0.14% -
HSV(B) 181.97º 0.92% 0.26% -
XYZ 2.88 4.09 5.79 -
YUV 46.59 138.95 98.34 -
System Red Green Blue C M Y K H S L
Decimal 5 64 66 0.92 0.03 0 0.74 181.97 0.86 0.14
Hex 5 40 42 5C 3 0 4A B6 56 E
Octal 5 100 102 134 3 0 112 266 126 16
Binary 101 1000000 1000010 1011100 11 0 1001010 10110110 1010110 1110

Color Harmonies of #054042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054042

Black with #054042

Text Example


Text Example

White with #054042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054042; }

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

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

background-color css

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

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

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

border-color css

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

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

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