Html Css Color HEX #053745 Sherpa Blue

📋 copy color: '#053745'

red 5 ◦ green 55 ◦ blue 69

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

Shades of Sherpa Blue #053745

Tints of Sherpa Blue #053745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 53.49%

R = 3.88%
G = 42.64%
B = 53.49%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#053745 (or 0x053745) is known color: Sherpa Blue. HEX triplet: 05, 37 and 45. RGB value is (5,55,69). Sum of RGB (Red+Green+Blue) = 5+55+69=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 69 (27.34% from 255 or 53.49% from 129); Max value from RGB is 69 - color contains mainly: blue. Hex color #053745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053745 is #FAC8BA. Grayscale: #292929. Windows color (decimal): -16435387 or 4536069. OLE color: 4536069.

HSL color Cylindrical-coordinate representation of color #053745: hue angle of 193.12º degrees, saturation: 0.86, 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 #053745 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 55 69 -
CMYK 0.93 0.20 0 0.73
HSL 193.13º 0.86% 0.15% -
HSV(B) 193.13º 0.93% 0.27% -
XYZ 2.5 3.19 6.11 -
YUV 41.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 5 55 69 0.93 0.20 0 0.73 193.13 0.86 0.15
Hex 5 37 45 5D 14 0 49 C1 56 F
Octal 5 67 105 135 24 0 111 301 126 17
Binary 101 110111 1000101 1011101 10100 0 1001001 11000001 1010110 1111

Color Harmonies of #053745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053745

Black with #053745

Text Example


Text Example

White with #053745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053745; }

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

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

background-color css

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

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

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

border-color css

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

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

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