Html Css Color HEX #054962 Sherpa Blue

📋 copy color: '#054962'

red 5 ◦ green 73 ◦ blue 98

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

Shades of Sherpa Blue #054962

Tints of Sherpa Blue #054962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 55.68%

R = 2.84%
G = 41.48%
B = 55.68%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#054962 (or 0x054962) is known color: Sherpa Blue. HEX triplet: 05, 49 and 62. RGB value is (5,73,98). Sum of RGB (Red+Green+Blue) = 5+73+98=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #054962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054962 is #FAB69D. Grayscale: #373737. Windows color (decimal): -16430750 or 6441221. OLE color: 6441221.

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

Color convert

RGB 5 73 98 -
CMYK 0.95 0.26 0 0.62
HSL 196.13º 0.9% 0.2% -
HSV(B) 196.13º 0.95% 0.38% -
XYZ 4.65 5.68 12.41 -
YUV 55.52 151.97 91.97 -
System Red Green Blue C M Y K H S L
Decimal 5 73 98 0.95 0.26 0 0.62 196.13 0.9 0.2
Hex 5 49 62 5F 1A 0 3E C4 5A 14
Octal 5 111 142 137 32 0 76 304 132 24
Binary 101 1001001 1100010 1011111 11010 0 111110 11000100 1011010 10100

Color Harmonies of #054962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054962

Black with #054962

Text Example


Text Example

White with #054962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054962; }

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

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

background-color css

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

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

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

border-color css

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

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

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