Html Css Color HEX #05374C Sherpa Blue

📋 copy color: '#05374C'

red 5 ◦ green 55 ◦ blue 76

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

Shades of Sherpa Blue #05374C

Tints of Sherpa Blue #05374C

RGB

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

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

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

R = 3.68%
G = 40.44%
B = 55.88%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05374C (or 0x05374C) is known color: Sherpa Blue. HEX triplet: 05, 37 and 4C. RGB value is (5,55,76). Sum of RGB (Red+Green+Blue) = 5+55+76=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #05374C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05374C is #FAC8B3. Grayscale: #2A2A2A. Windows color (decimal): -16435380 or 4994821. OLE color: 4994821.

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

Color convert

RGB 5 55 76 -
CMYK 0.93 0.28 0 0.70
HSL 197.75º 0.88% 0.16% -
HSV(B) 197.75º 0.93% 0.3% -
XYZ 2.73 3.29 7.33 -
YUV 42.44 146.94 101.29 -
System Red Green Blue C M Y K H S L
Decimal 5 55 76 0.93 0.28 0 0.70 197.75 0.88 0.16
Hex 5 37 4C 5D 1C 0 46 C6 58 10
Octal 5 67 114 135 34 0 106 306 130 20
Binary 101 110111 1001100 1011101 11100 0 1000110 11000110 1011000 10000

Color Harmonies of #05374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05374C

Black with #05374C

Text Example


Text Example

White with #05374C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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