Html Css Color HEX #05374D Sherpa Blue

📋 copy color: '#05374D'

red 5 ◦ green 55 ◦ blue 77

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

Shades of Sherpa Blue #05374D

Tints of Sherpa Blue #05374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.15%

 BLUE value IS 77 (30.47% from 255) = 56.2%

R = 3.65%
G = 40.15%
B = 56.2%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05374D (or 0x05374D) is known color: Sherpa Blue. HEX triplet: 05, 37 and 4D. RGB value is (5,55,77). Sum of RGB (Red+Green+Blue) = 5+55+77=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #05374D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05374D is #FAC8B2. Grayscale: #2A2A2A. Windows color (decimal): -16435379 or 5060357. OLE color: 5060357.

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

Color convert

RGB 5 55 77 -
CMYK 0.94 0.29 0 0.70
HSL 198.33º 0.88% 0.16% -
HSV(B) 198.33º 0.94% 0.3% -
XYZ 2.77 3.3 7.51 -
YUV 42.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 5 55 77 0.94 0.29 0 0.70 198.33 0.88 0.16
Hex 5 37 4D 5E 1D 0 46 C6 58 10
Octal 5 67 115 136 35 0 106 306 130 20
Binary 101 110111 1001101 1011110 11101 0 1000110 11000110 1011000 10000

Color Harmonies of #05374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05374D

Black with #05374D

Text Example


Text Example

White with #05374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05374D; }

 p { color: rgb(5,55,77); }

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

background-color css

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

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

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

border-color css

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

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

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