Html Css Color HEX #05465E Sherpa Blue

📋 copy color: '#05465E'

red 5 ◦ green 70 ◦ blue 94

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

Shades of Sherpa Blue #05465E

Tints of Sherpa Blue #05465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 55.62%

R = 2.96%
G = 41.42%
B = 55.62%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#05465E (or 0x05465E) is known color: Sherpa Blue. HEX triplet: 05, 46 and 5E. RGB value is (5,70,94). Sum of RGB (Red+Green+Blue) = 5+70+94=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #05465E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05465E is #FAB9A1. Grayscale: #353535. Windows color (decimal): -16431522 or 6178309. OLE color: 6178309.

HSL color Cylindrical-coordinate representation of color #05465E: hue angle of 196.18º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05465E is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 70 94 -
CMYK 0.95 0.26 0 0.63
HSL 196.18º 0.9% 0.19% -
HSV(B) 196.18º 0.95% 0.37% -
XYZ 4.27 5.22 11.37 -
YUV 53.3 150.97 93.55 -
System Red Green Blue C M Y K H S L
Decimal 5 70 94 0.95 0.26 0 0.63 196.18 0.9 0.19
Hex 5 46 5E 5F 1A 0 3F C4 5A 13
Octal 5 106 136 137 32 0 77 304 132 23
Binary 101 1000110 1011110 1011111 11010 0 111111 11000100 1011010 10011

Color Harmonies of #05465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05465E

Black with #05465E

Text Example


Text Example

White with #05465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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