Html Css Color HEX #055051 Sherpa Blue

📋 copy color: '#055051'

red 5 ◦ green 80 ◦ blue 81

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

Shades of Sherpa Blue #055051

Tints of Sherpa Blue #055051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 48.8%

R = 3.01%
G = 48.19%
B = 48.8%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#055051 (or 0x055051) is known color: Sherpa Blue. HEX triplet: 05, 50 and 51. RGB value is (5,80,81). Sum of RGB (Red+Green+Blue) = 5+80+81=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #055051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055051 is #FAAFAE. Grayscale: #393939. Windows color (decimal): -16428975 or 5328901. OLE color: 5328901.

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

Color convert

RGB 5 80 81 -
CMYK 0.94 0.01 0 0.68
HSL 180.79º 0.88% 0.17% -
HSV(B) 180.79º 0.94% 0.32% -
XYZ 4.42 6.36 8.78 -
YUV 57.69 141.15 90.42 -
System Red Green Blue C M Y K H S L
Decimal 5 80 81 0.94 0.01 0 0.68 180.79 0.88 0.17
Hex 5 50 51 5E 1 0 44 B5 58 11
Octal 5 120 121 136 1 0 104 265 130 21
Binary 101 1010000 1010001 1011110 1 0 1000100 10110101 1011000 10001

Color Harmonies of #055051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055051

Black with #055051

Text Example


Text Example

White with #055051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055051; }

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

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

background-color css

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

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

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

border-color css

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

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

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