Html Css Color HEX #053F45 Sherpa Blue

📋 copy color: '#053F45'

red 5 ◦ green 63 ◦ blue 69

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

Shades of Sherpa Blue #053F45

Tints of Sherpa Blue #053F45

RGB

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

 GREEN value IS 63 (25% from 255) = 45.99%

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

R = 3.65%
G = 45.99%
B = 50.36%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#053F45 (or 0x053F45) is known color: Sherpa Blue. HEX triplet: 05, 3F and 45. RGB value is (5,63,69). Sum of RGB (Red+Green+Blue) = 5+63+69=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 69 (27.34% from 255 or 50.36% from 137); Max value from RGB is 69 - color contains mainly: blue. Hex color #053F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F45 is #FAC0BA. Grayscale: #2E2E2E. Windows color (decimal): -16433339 or 4538117. OLE color: 4538117.

HSL color Cylindrical-coordinate representation of color #053F45: hue angle of 185.62º 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 #053F45 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 63 69 -
CMYK 0.93 0.09 0 0.73
HSL 185.63º 0.86% 0.15% -
HSV(B) 185.63º 0.93% 0.27% -
XYZ 2.91 4.02 6.25 -
YUV 46.34 140.78 98.51 -
System Red Green Blue C M Y K H S L
Decimal 5 63 69 0.93 0.09 0 0.73 185.63 0.86 0.15
Hex 5 3F 45 5D 9 0 49 BA 56 F
Octal 5 77 105 135 11 0 111 272 126 17
Binary 101 111111 1000101 1011101 1001 0 1001001 10111010 1010110 1111

Color Harmonies of #053F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053F45

Black with #053F45

Text Example


Text Example

White with #053F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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