Html Css Color HEX #05495C Sherpa Blue

📋 copy color: '#05495C'

red 5 ◦ green 73 ◦ blue 92

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

Shades of Sherpa Blue #05495C

Tints of Sherpa Blue #05495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 54.12%

R = 2.94%
G = 42.94%
B = 54.12%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05495C (or 0x05495C) is known color: Sherpa Blue. HEX triplet: 05, 49 and 5C. RGB value is (5,73,92). Sum of RGB (Red+Green+Blue) = 5+73+92=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #05495C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05495C is #FAB6A3. Grayscale: #363636. Windows color (decimal): -16430756 or 6048005. OLE color: 6048005.

HSL color Cylindrical-coordinate representation of color #05495C: hue angle of 193.1º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05495C is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 73 92 -
CMYK 0.95 0.21 0 0.64
HSL 193.1º 0.9% 0.19% -
HSV(B) 193.1º 0.95% 0.36% -
XYZ 4.38 5.57 10.97 -
YUV 54.83 148.97 92.46 -
System Red Green Blue C M Y K H S L
Decimal 5 73 92 0.95 0.21 0 0.64 193.1 0.9 0.19
Hex 5 49 5C 5F 15 0 40 C1 5A 13
Octal 5 111 134 137 25 0 100 301 132 23
Binary 101 1001001 1011100 1011111 10101 0 1000000 11000001 1011010 10011

Color Harmonies of #05495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05495C

Black with #05495C

Text Example


Text Example

White with #05495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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