Html Css Color HEX #054B4C Sherpa Blue

📋 copy color: '#054B4C'

red 5 ◦ green 75 ◦ blue 76

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

Shades of Sherpa Blue #054B4C

Tints of Sherpa Blue #054B4C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 48.08%

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

R = 3.21%
G = 48.08%
B = 48.72%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#054B4C (or 0x054B4C) is known color: Sherpa Blue. HEX triplet: 05, 4B and 4C. RGB value is (5,75,76). Sum of RGB (Red+Green+Blue) = 5+75+76=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 75 (29.69% from 255 or 48.08% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #054B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B4C is #FAB4B3. Grayscale: #363636. Windows color (decimal): -16430260 or 4999941. OLE color: 4999941.

HSL color Cylindrical-coordinate representation of color #054B4C: hue angle of 180.85º 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 #054B4C is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 75 76 -
CMYK 0.93 0.01 0 0.70
HSL 180.85º 0.88% 0.16% -
HSV(B) 180.85º 0.93% 0.3% -
XYZ 3.88 5.59 7.71 -
YUV 54.18 140.31 92.92 -
System Red Green Blue C M Y K H S L
Decimal 5 75 76 0.93 0.01 0 0.70 180.85 0.88 0.16
Hex 5 4B 4C 5D 1 0 46 B5 58 10
Octal 5 113 114 135 1 0 106 265 130 20
Binary 101 1001011 1001100 1011101 1 0 1000110 10110101 1011000 10000

Color Harmonies of #054B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054B4C

Black with #054B4C

Text Example


Text Example

White with #054B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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