Html Css Color HEX #055142 Cyprus

📋 copy color: '#055142'

red 5 ◦ green 81 ◦ blue 66

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

Shades of Cyprus #055142

Tints of Cyprus #055142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 53.29%

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

R = 3.29%
G = 53.29%
B = 43.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#055142 (or 0x055142) is known color: Cyprus. HEX triplet: 05, 51 and 42. RGB value is (5,81,66). Sum of RGB (Red+Green+Blue) = 5+81+66=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #055142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055142 is #FAAEBD. Grayscale: #383838. Windows color (decimal): -16428734 or 4346117. OLE color: 4346117.

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

Color convert

RGB 5 81 66 -
CMYK 0.94 0 0.19 0.68
HSL 168.16º 0.88% 0.17% -
HSV(B) 168.16º 0.94% 0.32% -
XYZ 3.99 6.31 6.16 -
YUV 56.57 133.32 91.22 -
System Red Green Blue C M Y K H S L
Decimal 5 81 66 0.94 0 0.19 0.68 168.16 0.88 0.17
Hex 5 51 42 5E 0 13 44 A8 58 11
Octal 5 121 102 136 0 23 104 250 130 21
Binary 101 1010001 1000010 1011110 0 10011 1000100 10101000 1011000 10001

Color Harmonies of #055142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055142

Black with #055142

Text Example


Text Example

White with #055142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055142; }

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

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

background-color css

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

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

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

border-color css

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

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

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