Html Css Color HEX #055642 Cyprus

📋 copy color: '#055642'

red 5 ◦ green 86 ◦ blue 66

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

Shades of Cyprus #055642

Tints of Cyprus #055642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 54.78%

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

R = 3.18%
G = 54.78%
B = 42.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#055642 (or 0x055642) is known color: Cyprus. HEX triplet: 05, 56 and 42. RGB value is (5,86,66). Sum of RGB (Red+Green+Blue) = 5+86+66=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #055642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055642 is #FAA9BD. Grayscale: #3B3B3B. Windows color (decimal): -16427454 or 4347397. OLE color: 4347397.

HSL color Cylindrical-coordinate representation of color #055642: hue angle of 165.19º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055642 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 86 66 -
CMYK 0.94 0 0.23 0.66
HSL 165.19º 0.89% 0.18% -
HSV(B) 165.19º 0.94% 0.34% -
XYZ 4.37 7.08 6.29 -
YUV 59.5 131.66 89.13 -
System Red Green Blue C M Y K H S L
Decimal 5 86 66 0.94 0 0.23 0.66 165.19 0.89 0.18
Hex 5 56 42 5E 0 17 42 A5 59 12
Octal 5 126 102 136 0 27 102 245 131 22
Binary 101 1010110 1000010 1011110 0 10111 1000010 10100101 1011001 10010

Color Harmonies of #055642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055642

Black with #055642

Text Example


Text Example

White with #055642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055642; }

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

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

background-color css

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

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

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

border-color css

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

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

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