Html Css Color HEX #055046 Cyprus

📋 copy color: '#055046'

red 5 ◦ green 80 ◦ blue 70

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

Shades of Cyprus #055046

Tints of Cyprus #055046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 45.16%

R = 3.23%
G = 51.61%
B = 45.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#055046 (or 0x055046) is known color: Cyprus. HEX triplet: 05, 50 and 46. RGB value is (5,80,70). Sum of RGB (Red+Green+Blue) = 5+80+70=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #055046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055046 is #FAAFB9. Grayscale: #383838. Windows color (decimal): -16428986 or 4608005. OLE color: 4608005.

HSL color Cylindrical-coordinate representation of color #055046: hue angle of 172º 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 #055046 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 80 70 -
CMYK 0.94 0 0.12 0.69
HSL 172º 0.88% 0.17% -
HSV(B) 172º 0.94% 0.31% -
XYZ 4.04 6.21 6.78 -
YUV 56.44 135.65 91.31 -
System Red Green Blue C M Y K H S L
Decimal 5 80 70 0.94 0 0.12 0.69 172 0.88 0.17
Hex 5 50 46 5E 0 C 45 AC 58 11
Octal 5 120 106 136 0 14 105 254 130 21
Binary 101 1010000 1000110 1011110 0 1100 1000101 10101100 1011000 10001

Color Harmonies of #055046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055046

Black with #055046

Text Example


Text Example

White with #055046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055046; }

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

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

background-color css

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

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

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

border-color css

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

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

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