Html Css Color HEX #055147 Cyprus

📋 copy color: '#055147'

red 5 ◦ green 81 ◦ blue 71

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

Shades of Cyprus #055147

Tints of Cyprus #055147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 45.22%

R = 3.18%
G = 51.59%
B = 45.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#055147 (or 0x055147) is known color: Cyprus. HEX triplet: 05, 51 and 47. RGB value is (5,81,71). Sum of RGB (Red+Green+Blue) = 5+81+71=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #055147 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055147 is #FAAEB8. Grayscale: #393939. Windows color (decimal): -16428729 or 4673797. OLE color: 4673797.

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

Color convert

RGB 5 81 71 -
CMYK 0.94 0 0.12 0.68
HSL 172.11º 0.88% 0.17% -
HSV(B) 172.11º 0.94% 0.32% -
XYZ 4.14 6.37 6.97 -
YUV 57.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 5 81 71 0.94 0 0.12 0.68 172.11 0.88 0.17
Hex 5 51 47 5E 0 C 44 AC 58 11
Octal 5 121 107 136 0 14 104 254 130 21
Binary 101 1010001 1000111 1011110 0 1100 1000100 10101100 1011000 10001

Color Harmonies of #055147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055147

Black with #055147

Text Example


Text Example

White with #055147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055147; }

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

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

background-color css

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

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

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

border-color css

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

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

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