Html Css Color HEX #05464E Sherpa Blue

📋 copy color: '#05464E'

red 5 ◦ green 70 ◦ blue 78

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

Shades of Sherpa Blue #05464E

Tints of Sherpa Blue #05464E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 50.98%

R = 3.27%
G = 45.75%
B = 50.98%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#05464E (or 0x05464E) is known color: Sherpa Blue. HEX triplet: 05, 46 and 4E. RGB value is (5,70,78). Sum of RGB (Red+Green+Blue) = 5+70+78=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #05464E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05464E is #FAB9B1. Grayscale: #333333. Windows color (decimal): -16431538 or 5129733. OLE color: 5129733.

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

Color convert

RGB 5 70 78 -
CMYK 0.94 0.10 0 0.69
HSL 186.58º 0.88% 0.16% -
HSV(B) 186.58º 0.94% 0.31% -
XYZ 3.63 4.96 7.97 -
YUV 51.48 142.97 94.85 -
System Red Green Blue C M Y K H S L
Decimal 5 70 78 0.94 0.10 0 0.69 186.58 0.88 0.16
Hex 5 46 4E 5E A 0 45 BB 58 10
Octal 5 106 116 136 12 0 105 273 130 20
Binary 101 1000110 1001110 1011110 1010 0 1000101 10111011 1011000 10000

Color Harmonies of #05464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05464E

Black with #05464E

Text Example


Text Example

White with #05464E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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