Html Css Color HEX #005057 Sherpa Blue

📋 copy color: '#005057'

red 0 ◦ green 80 ◦ blue 87

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

Shades of Sherpa Blue #005057

Tints of Sherpa Blue #005057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 52.1%

R = 0%
G = 47.9%
B = 52.1%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#005057 (or 0x005057) is known color: Sherpa Blue. HEX triplet: 00, 50 and 57. RGB value is (0,80,87). Sum of RGB (Red+Green+Blue) = 0+80+87=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #005057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005057 is #FFAFA8. Grayscale: #383838. Windows color (decimal): -16756649 or 5722112. OLE color: 5722112.

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

Color convert

RGB 0 80 87 -
CMYK 1 0.08 0 0.66
HSL 184.83º 1% 0.17% -
HSV(B) 184.83º 1% 0.34% -
XYZ 4.59 6.43 10.02 -
YUV 56.88 145 87.43 -
System Red Green Blue C M Y K H S L
Decimal 0 80 87 1 0.08 0 0.66 184.83 1 0.17
Hex 0 50 57 64 8 0 42 B9 64 11
Octal 0 120 127 144 10 0 102 271 144 21
Binary 0 1010000 1010111 1100100 1000 0 1000010 10111001 1100100 10001

Color Harmonies of #005057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005057

Black with #005057

Text Example


Text Example

White with #005057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005057; }

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

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

background-color css

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

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

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

border-color css

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

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

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