Html Css Color HEX #05474C Sherpa Blue

📋 copy color: '#05474C'

red 5 ◦ green 71 ◦ blue 76

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

Shades of Sherpa Blue #05474C

Tints of Sherpa Blue #05474C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.71%

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

R = 3.29%
G = 46.71%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05474C (or 0x05474C) is known color: Sherpa Blue. HEX triplet: 05, 47 and 4C. RGB value is (5,71,76). Sum of RGB (Red+Green+Blue) = 5+71+76=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #05474C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05474C is #FAB8B3. Grayscale: #333333. Windows color (decimal): -16431284 or 4998917. OLE color: 4998917.

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

Color convert

RGB 5 71 76 -
CMYK 0.93 0.07 0 0.70
HSL 184.23º 0.88% 0.16% -
HSV(B) 184.23º 0.93% 0.3% -
XYZ 3.62 5.06 7.62 -
YUV 51.84 141.63 94.59 -
System Red Green Blue C M Y K H S L
Decimal 5 71 76 0.93 0.07 0 0.70 184.23 0.88 0.16
Hex 5 47 4C 5D 7 0 46 B8 58 10
Octal 5 107 114 135 7 0 106 270 130 20
Binary 101 1000111 1001100 1011101 111 0 1000110 10111000 1011000 10000

Color Harmonies of #05474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05474C

Black with #05474C

Text Example


Text Example

White with #05474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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