Html Css Color HEX #054253 Sherpa Blue

📋 copy color: '#054253'

red 5 ◦ green 66 ◦ blue 83

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

Shades of Sherpa Blue #054253

Tints of Sherpa Blue #054253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.86%

 BLUE value IS 83 (32.81% from 255) = 53.9%

R = 3.25%
G = 42.86%
B = 53.9%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#054253 (or 0x054253) is known color: Sherpa Blue. HEX triplet: 05, 42 and 53. RGB value is (5,66,83). Sum of RGB (Red+Green+Blue) = 5+66+83=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #054253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054253 is #FABDAC. Grayscale: #313131. Windows color (decimal): -16432557 or 5456389. OLE color: 5456389.

HSL color Cylindrical-coordinate representation of color #054253: hue angle of 193.08º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054253 is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 66 83 -
CMYK 0.94 0.20 0 0.67
HSL 193.08º 0.89% 0.17% -
HSV(B) 193.08º 0.94% 0.33% -
XYZ 3.57 4.55 8.87 -
YUV 49.7 146.79 96.12 -
System Red Green Blue C M Y K H S L
Decimal 5 66 83 0.94 0.20 0 0.67 193.08 0.89 0.17
Hex 5 42 53 5E 14 0 43 C1 59 11
Octal 5 102 123 136 24 0 103 301 131 21
Binary 101 1000010 1010011 1011110 10100 0 1000011 11000001 1011001 10001

Color Harmonies of #054253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054253

Black with #054253

Text Example


Text Example

White with #054253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054253; }

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

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

background-color css

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

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

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

border-color css

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

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

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