Html Css Color HEX #053645 Sherpa Blue

📋 copy color: '#053645'

red 5 ◦ green 54 ◦ blue 69

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

Shades of Sherpa Blue #053645

Tints of Sherpa Blue #053645

RGB

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

 GREEN value IS 54 (21.48% from 255) = 42.19%

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

R = 3.91%
G = 42.19%
B = 53.91%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#053645 (or 0x053645) is known color: Sherpa Blue. HEX triplet: 05, 36 and 45. RGB value is (5,54,69). Sum of RGB (Red+Green+Blue) = 5+54+69=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 69 (27.34% from 255 or 53.91% from 128); Max value from RGB is 69 - color contains mainly: blue. Hex color #053645 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053645 is #FAC9BA. Grayscale: #282828. Windows color (decimal): -16435643 or 4535813. OLE color: 4535813.

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

Color convert

RGB 5 54 69 -
CMYK 0.93 0.22 0 0.73
HSL 194.06º 0.86% 0.15% -
HSV(B) 194.06º 0.93% 0.27% -
XYZ 2.46 3.1 6.1 -
YUV 41.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 5 54 69 0.93 0.22 0 0.73 194.06 0.86 0.15
Hex 5 36 45 5D 16 0 49 C2 56 F
Octal 5 66 105 135 26 0 111 302 126 17
Binary 101 110110 1000101 1011101 10110 0 1001001 11000010 1010110 1111

Color Harmonies of #053645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053645

Black with #053645

Text Example


Text Example

White with #053645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053645; }

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

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

background-color css

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

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

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

border-color css

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

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

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