Html Css Color HEX #05464D Sherpa Blue

📋 copy color: '#05464D'

red 5 ◦ green 70 ◦ blue 77

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

Shades of Sherpa Blue #05464D

Tints of Sherpa Blue #05464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.05%

 BLUE value IS 77 (30.47% from 255) = 50.66%

R = 3.29%
G = 46.05%
B = 50.66%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05464D (or 0x05464D) is known color: Sherpa Blue. HEX triplet: 05, 46 and 4D. RGB value is (5,70,77). Sum of RGB (Red+Green+Blue) = 5+70+77=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #05464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05464D is #FAB9B2. Grayscale: #333333. Windows color (decimal): -16431539 or 5064197. OLE color: 5064197.

HSL color Cylindrical-coordinate representation of color #05464D: hue angle of 185.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05464D is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 70 77 -
CMYK 0.94 0.09 0 0.70
HSL 185.83º 0.88% 0.16% -
HSV(B) 185.83º 0.94% 0.3% -
XYZ 3.59 4.95 7.79 -
YUV 51.36 142.47 94.93 -
System Red Green Blue C M Y K H S L
Decimal 5 70 77 0.94 0.09 0 0.70 185.83 0.88 0.16
Hex 5 46 4D 5E 9 0 46 BA 58 10
Octal 5 106 115 136 11 0 106 272 130 20
Binary 101 1000110 1001101 1011110 1001 0 1000110 10111010 1011000 10000

Color Harmonies of #05464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05464D

Black with #05464D

Text Example


Text Example

White with #05464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05464D; }

 p { color: rgb(5,70,77); }

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

background-color css

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

 a { background-color: rgb(5,70,77); }

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

border-color css

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

 span { border-color: rgb(5,70,77); }

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