Html Css Color HEX #055041 Cyprus

📋 copy color: '#055041'

red 5 ◦ green 80 ◦ blue 65

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

Shades of Cyprus #055041

Tints of Cyprus #055041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 53.33%

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

R = 3.33%
G = 53.33%
B = 43.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#055041 (or 0x055041) is known color: Cyprus. HEX triplet: 05, 50 and 41. RGB value is (5,80,65). Sum of RGB (Red+Green+Blue) = 5+80+65=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 80 (31.64% from 255 or 53.33% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 80 - color contains mainly: green. Hex color #055041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055041 is #FAAFBE. Grayscale: #373737. Windows color (decimal): -16428991 or 4280325. OLE color: 4280325.

HSL color Cylindrical-coordinate representation of color #055041: hue angle of 168º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055041 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 80 65 -
CMYK 0.94 0 0.19 0.69
HSL 168º 0.88% 0.17% -
HSV(B) 168º 0.94% 0.31% -
XYZ 3.89 6.15 5.98 -
YUV 55.87 133.15 91.72 -
System Red Green Blue C M Y K H S L
Decimal 5 80 65 0.94 0 0.19 0.69 168 0.88 0.17
Hex 5 50 41 5E 0 13 45 A8 58 11
Octal 5 120 101 136 0 23 105 250 130 21
Binary 101 1010000 1000001 1011110 0 10011 1000101 10101000 1011000 10001

Color Harmonies of #055041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055041

Black with #055041

Text Example


Text Example

White with #055041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055041; }

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

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

background-color css

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

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

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

border-color css

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

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

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