Html Css Color HEX #053642 Sherpa Blue

📋 copy color: '#053642'

red 5 ◦ green 54 ◦ blue 66

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

Shades of Sherpa Blue #053642

Tints of Sherpa Blue #053642

RGB

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

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

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

R = 4%
G = 43.2%
B = 52.8%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#053642 (or 0x053642) is known color: Sherpa Blue. HEX triplet: 05, 36 and 42. RGB value is (5,54,66). Sum of RGB (Red+Green+Blue) = 5+54+66=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 66 (26.17% from 255 or 52.8% from 125); Max value from RGB is 66 - color contains mainly: blue. Hex color #053642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053642 is #FAC9BD. Grayscale: #282828. Windows color (decimal): -16435646 or 4339205. OLE color: 4339205.

HSL color Cylindrical-coordinate representation of color #053642: hue angle of 191.8º 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 #053642 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 54 66 -
CMYK 0.92 0.18 0 0.74
HSL 191.8º 0.86% 0.14% -
HSV(B) 191.8º 0.92% 0.26% -
XYZ 2.37 3.06 5.62 -
YUV 40.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 5 54 66 0.92 0.18 0 0.74 191.8 0.86 0.14
Hex 5 36 42 5C 12 0 4A C0 56 E
Octal 5 66 102 134 22 0 112 300 126 16
Binary 101 110110 1000010 1011100 10010 0 1001010 11000000 1010110 1110

Color Harmonies of #053642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053642

Black with #053642

Text Example


Text Example

White with #053642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053642; }

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

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

background-color css

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

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

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

border-color css

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

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

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