Html Css Color HEX #054C5F Sherpa Blue

📋 copy color: '#054C5F'

red 5 ◦ green 76 ◦ blue 95

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

Shades of Sherpa Blue #054C5F

Tints of Sherpa Blue #054C5F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.18%

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

R = 2.84%
G = 43.18%
B = 53.98%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#054C5F (or 0x054C5F) is known color: Sherpa Blue. HEX triplet: 05, 4C and 5F. RGB value is (5,76,95). Sum of RGB (Red+Green+Blue) = 5+76+95=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #054C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054C5F is #FAB3A0. Grayscale: #383838. Windows color (decimal): -16429985 or 6245381. OLE color: 6245381.

HSL color Cylindrical-coordinate representation of color #054C5F: hue angle of 192.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 #054C5F is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 76 95 -
CMYK 0.95 0.20 0 0.63
HSL 192.67º 0.9% 0.2% -
HSV(B) 192.67º 0.95% 0.37% -
XYZ 4.71 6.03 11.74 -
YUV 56.94 149.48 90.96 -
System Red Green Blue C M Y K H S L
Decimal 5 76 95 0.95 0.20 0 0.63 192.67 0.9 0.2
Hex 5 4C 5F 5F 14 0 3F C1 5A 14
Octal 5 114 137 137 24 0 77 301 132 24
Binary 101 1001100 1011111 1011111 10100 0 111111 11000001 1011010 10100

Color Harmonies of #054C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054C5F

Black with #054C5F

Text Example


Text Example

White with #054C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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