Html Css Color HEX #054750 Sherpa Blue

📋 copy color: '#054750'

red 5 ◦ green 71 ◦ blue 80

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

Shades of Sherpa Blue #054750

Tints of Sherpa Blue #054750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.51%

 BLUE value IS 80 (31.64% from 255) = 51.28%

R = 3.21%
G = 45.51%
B = 51.28%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#054750 (or 0x054750) is known color: Sherpa Blue. HEX triplet: 05, 47 and 50. RGB value is (5,71,80). Sum of RGB (Red+Green+Blue) = 5+71+80=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #054750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054750 is #FAB8AF. Grayscale: #343434. Windows color (decimal): -16431280 or 5261061. OLE color: 5261061.

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

Color convert

RGB 5 71 80 -
CMYK 0.94 0.11 0 0.69
HSL 187.2º 0.88% 0.17% -
HSV(B) 187.2º 0.94% 0.31% -
XYZ 3.76 5.12 8.38 -
YUV 52.29 143.63 94.27 -
System Red Green Blue C M Y K H S L
Decimal 5 71 80 0.94 0.11 0 0.69 187.2 0.88 0.17
Hex 5 47 50 5E B 0 45 BB 58 11
Octal 5 107 120 136 13 0 105 273 130 21
Binary 101 1000111 1010000 1011110 1011 0 1000101 10111011 1011000 10001

Color Harmonies of #054750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054750

Black with #054750

Text Example


Text Example

White with #054750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054750; }

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

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

background-color css

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

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

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

border-color css

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

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

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