Html Css Color HEX #054963 Sherpa Blue

📋 copy color: '#054963'

red 5 ◦ green 73 ◦ blue 99

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

Shades of Sherpa Blue #054963

Tints of Sherpa Blue #054963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 55.93%

R = 2.82%
G = 41.24%
B = 55.93%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#054963 (or 0x054963) is known color: Sherpa Blue. HEX triplet: 05, 49 and 63. RGB value is (5,73,99). Sum of RGB (Red+Green+Blue) = 5+73+99=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 99 (39.06% from 255 or 55.93% from 177); Max value from RGB is 99 - color contains mainly: blue. Hex color #054963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054963 is #FAB69C. Grayscale: #373737. Windows color (decimal): -16430749 or 6506757. OLE color: 6506757.

HSL color Cylindrical-coordinate representation of color #054963: hue angle of 196.6º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054963 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 73 99 -
CMYK 0.95 0.26 0 0.61
HSL 196.6º 0.9% 0.2% -
HSV(B) 196.6º 0.95% 0.39% -
XYZ 4.7 5.7 12.66 -
YUV 55.63 152.47 91.89 -
System Red Green Blue C M Y K H S L
Decimal 5 73 99 0.95 0.26 0 0.61 196.6 0.9 0.2
Hex 5 49 63 5F 1A 0 3D C5 5A 14
Octal 5 111 143 137 32 0 75 305 132 24
Binary 101 1001001 1100011 1011111 11010 0 111101 11000101 1011010 10100

Color Harmonies of #054963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054963

Black with #054963

Text Example


Text Example

White with #054963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054963; }

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

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

background-color css

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

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

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

border-color css

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

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

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