Html Css Color HEX #053742 Sherpa Blue

📋 copy color: '#053742'

red 5 ◦ green 55 ◦ blue 66

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

Shades of Sherpa Blue #053742

Tints of Sherpa Blue #053742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 52.38%

R = 3.97%
G = 43.65%
B = 52.38%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#053742 (or 0x053742) is known color: Sherpa Blue. HEX triplet: 05, 37 and 42. RGB value is (5,55,66). Sum of RGB (Red+Green+Blue) = 5+55+66=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 66 (26.17% from 255 or 52.38% from 126); Max value from RGB is 66 - color contains mainly: blue. Hex color #053742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053742 is #FAC8BD. Grayscale: #292929. Windows color (decimal): -16435390 or 4339461. OLE color: 4339461.

HSL color Cylindrical-coordinate representation of color #053742: hue angle of 190.82º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053742 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 55 66 -
CMYK 0.92 0.17 0 0.74
HSL 190.82º 0.86% 0.14% -
HSV(B) 190.82º 0.92% 0.26% -
XYZ 2.41 3.16 5.64 -
YUV 41.3 141.94 102.11 -
System Red Green Blue C M Y K H S L
Decimal 5 55 66 0.92 0.17 0 0.74 190.82 0.86 0.14
Hex 5 37 42 5C 11 0 4A BF 56 E
Octal 5 67 102 134 21 0 112 277 126 16
Binary 101 110111 1000010 1011100 10001 0 1001010 10111111 1010110 1110

Color Harmonies of #053742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053742

Black with #053742

Text Example


Text Example

White with #053742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053742; }

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

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

background-color css

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

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

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

border-color css

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

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

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