Html Css Color HEX #055649 Cyprus

📋 copy color: '#055649'

red 5 ◦ green 86 ◦ blue 73

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

Shades of Cyprus #055649

Tints of Cyprus #055649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 44.51%

R = 3.05%
G = 52.44%
B = 44.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#055649 (or 0x055649) is known color: Cyprus. HEX triplet: 05, 56 and 49. RGB value is (5,86,73). Sum of RGB (Red+Green+Blue) = 5+86+73=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 86 (33.98% from 255 or 52.44% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 86 - color contains mainly: green. Hex color #055649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055649 is #FAA9B6. Grayscale: #3C3C3C. Windows color (decimal): -16427447 or 4806149. OLE color: 4806149.

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

Color convert

RGB 5 86 73 -
CMYK 0.94 0 0.15 0.66
HSL 170.37º 0.89% 0.18% -
HSV(B) 170.37º 0.94% 0.34% -
XYZ 4.59 7.17 7.44 -
YUV 60.3 135.16 88.56 -
System Red Green Blue C M Y K H S L
Decimal 5 86 73 0.94 0 0.15 0.66 170.37 0.89 0.18
Hex 5 56 49 5E 0 F 42 AA 59 12
Octal 5 126 111 136 0 17 102 252 131 22
Binary 101 1010110 1001001 1011110 0 1111 1000010 10101010 1011001 10010

Color Harmonies of #055649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055649

Black with #055649

Text Example


Text Example

White with #055649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055649; }

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

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

background-color css

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

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

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

border-color css

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

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

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