Html Css Color HEX #053545 Sherpa Blue

📋 copy color: '#053545'

red 5 ◦ green 53 ◦ blue 69

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

Shades of Sherpa Blue #053545

Tints of Sherpa Blue #053545

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.73%

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

R = 3.94%
G = 41.73%
B = 54.33%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#053545 (or 0x053545) is known color: Sherpa Blue. HEX triplet: 05, 35 and 45. RGB value is (5,53,69). Sum of RGB (Red+Green+Blue) = 5+53+69=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 69 (27.34% from 255 or 54.33% from 127); Max value from RGB is 69 - color contains mainly: blue. Hex color #053545 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053545 is #FACABA. Grayscale: #282828. Windows color (decimal): -16435899 or 4535557. OLE color: 4535557.

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

Color convert

RGB 5 53 69 -
CMYK 0.93 0.23 0 0.73
HSL 195º 0.86% 0.15% -
HSV(B) 195º 0.93% 0.27% -
XYZ 2.41 3.01 6.08 -
YUV 40.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 5 53 69 0.93 0.23 0 0.73 195 0.86 0.15
Hex 5 35 45 5D 17 0 49 C3 56 F
Octal 5 65 105 135 27 0 111 303 126 17
Binary 101 110101 1000101 1011101 10111 0 1001001 11000011 1010110 1111

Color Harmonies of #053545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053545

Black with #053545

Text Example


Text Example

White with #053545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053545; }

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

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

background-color css

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

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

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

border-color css

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

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

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