Html Css Color HEX #05495F Sherpa Blue

📋 copy color: '#05495F'

red 5 ◦ green 73 ◦ blue 95

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

Shades of Sherpa Blue #05495F

Tints of Sherpa Blue #05495F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.2%

 BLUE value IS 95 (37.5% from 255) = 54.91%

R = 2.89%
G = 42.2%
B = 54.91%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#05495F (or 0x05495F) is known color: Sherpa Blue. HEX triplet: 05, 49 and 5F. RGB value is (5,73,95). Sum of RGB (Red+Green+Blue) = 5+73+95=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #05495F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05495F is #FAB6A0. Grayscale: #373737. Windows color (decimal): -16430753 or 6244613. OLE color: 6244613.

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

Color convert

RGB 5 73 95 -
CMYK 0.95 0.23 0 0.63
HSL 194.67º 0.9% 0.2% -
HSV(B) 194.67º 0.95% 0.37% -
XYZ 4.51 5.62 11.67 -
YUV 55.18 150.47 92.21 -
System Red Green Blue C M Y K H S L
Decimal 5 73 95 0.95 0.23 0 0.63 194.67 0.9 0.2
Hex 5 49 5F 5F 17 0 3F C3 5A 14
Octal 5 111 137 137 27 0 77 303 132 24
Binary 101 1001001 1011111 1011111 10111 0 111111 11000011 1011010 10100

Color Harmonies of #05495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05495F

Black with #05495F

Text Example


Text Example

White with #05495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05495F; }

 p { color: rgb(5,73,95); }

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

background-color css

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

 a { background-color: rgb(5,73,95); }

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

border-color css

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

 span { border-color: rgb(5,73,95); }

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