Html Css Color HEX #053746 Sherpa Blue

📋 copy color: '#053746'

red 5 ◦ green 55 ◦ blue 70

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

Shades of Sherpa Blue #053746

Tints of Sherpa Blue #053746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 53.85%

R = 3.85%
G = 42.31%
B = 53.85%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#053746 (or 0x053746) is known color: Sherpa Blue. HEX triplet: 05, 37 and 46. RGB value is (5,55,70). Sum of RGB (Red+Green+Blue) = 5+55+70=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 70 (27.73% from 255 or 53.85% from 130); Max value from RGB is 70 - color contains mainly: blue. Hex color #053746 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053746 is #FAC8B9. Grayscale: #292929. Windows color (decimal): -16435386 or 4601605. OLE color: 4601605.

HSL color Cylindrical-coordinate representation of color #053746: hue angle of 193.85º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053746 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 55 70 -
CMYK 0.93 0.21 0 0.73
HSL 193.85º 0.87% 0.15% -
HSV(B) 193.85º 0.93% 0.27% -
XYZ 2.53 3.21 6.28 -
YUV 41.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 5 55 70 0.93 0.21 0 0.73 193.85 0.87 0.15
Hex 5 37 46 5D 15 0 49 C2 57 F
Octal 5 67 106 135 25 0 111 302 127 17
Binary 101 110111 1000110 1011101 10101 0 1001001 11000010 1010111 1111

Color Harmonies of #053746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053746

Black with #053746

Text Example


Text Example

White with #053746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053746; }

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

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

background-color css

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

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

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

border-color css

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

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

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