Html Css Color HEX #054C4C Sherpa Blue

📋 copy color: '#054C4C'

red 5 ◦ green 76 ◦ blue 76

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

Shades of Sherpa Blue #054C4C

Tints of Sherpa Blue #054C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 48.41%

R = 3.18%
G = 48.41%
B = 48.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#054C4C (or 0x054C4C) is known color: Sherpa Blue. HEX triplet: 05, 4C and 4C. RGB value is (5,76,76). Sum of RGB (Red+Green+Blue) = 5+76+76=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: green, blue. Hex color #054C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C4C is #FAB3B3. Grayscale: #363636. Windows color (decimal): -16430004 or 5000197. OLE color: 5000197.

HSL color Cylindrical-coordinate representation of color #054C4C: hue angle of 180º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054C4C is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 76 76 -
CMYK 0.93 0 0 0.70
HSL 180º 0.88% 0.16% -
HSV(B) 180º 0.93% 0.3% -
XYZ 3.95 5.72 7.73 -
YUV 54.77 139.98 92.5 -
System Red Green Blue C M Y K H S L
Decimal 5 76 76 0.93 0 0 0.70 180 0.88 0.16
Hex 5 4C 4C 5D 0 0 46 B4 58 10
Octal 5 114 114 135 0 0 106 264 130 20
Binary 101 1001100 1001100 1011101 0 0 1000110 10110100 1011000 10000

Color Harmonies of #054C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054C4C

Black with #054C4C

Text Example


Text Example

White with #054C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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