Html Css Color HEX #005056 Sherpa Blue

📋 copy color: '#005056'

red 0 ◦ green 80 ◦ blue 86

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

Shades of Sherpa Blue #005056

Tints of Sherpa Blue #005056

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 86 (33.98% from 255) = 51.81%

R = 0%
G = 48.19%
B = 51.81%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#005056 (or 0x005056) is known color: Sherpa Blue. HEX triplet: 00, 50 and 56. RGB value is (0,80,86). Sum of RGB (Red+Green+Blue) = 0+80+86=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #005056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005056 is #FFAFA9. Grayscale: #383838. Windows color (decimal): -16756650 or 5656576. OLE color: 5656576.

HSL color Cylindrical-coordinate representation of color #005056: hue angle of 184.19º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005056 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 80 86 -
CMYK 1 0.07 0 0.66
HSL 184.19º 1% 0.17% -
HSV(B) 184.19º 1% 0.34% -
XYZ 4.55 6.41 9.8 -
YUV 56.76 144.5 87.51 -
System Red Green Blue C M Y K H S L
Decimal 0 80 86 1 0.07 0 0.66 184.19 1 0.17
Hex 0 50 56 64 7 0 42 B8 64 11
Octal 0 120 126 144 7 0 102 270 144 21
Binary 0 1010000 1010110 1100100 111 0 1000010 10111000 1100100 10001

Color Harmonies of #005056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005056

Black with #005056

Text Example


Text Example

White with #005056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005056; }

 p { color: rgb(0,80,86); }

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

background-color css

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

 a { background-color: rgb(0,80,86); }

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

border-color css

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

 span { border-color: rgb(0,80,86); }

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