Html Css Color HEX #054659 Sherpa Blue

📋 copy color: '#054659'

red 5 ◦ green 70 ◦ blue 89

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

Shades of Sherpa Blue #054659

Tints of Sherpa Blue #054659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.68%

 BLUE value IS 89 (35.16% from 255) = 54.27%

R = 3.05%
G = 42.68%
B = 54.27%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#054659 (or 0x054659) is known color: Sherpa Blue. HEX triplet: 05, 46 and 59. RGB value is (5,70,89). Sum of RGB (Red+Green+Blue) = 5+70+89=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #054659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054659 is #FAB9A6. Grayscale: #343434. Windows color (decimal): -16431527 or 5850629. OLE color: 5850629.

HSL color Cylindrical-coordinate representation of color #054659: hue angle of 193.57º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054659 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 70 89 -
CMYK 0.94 0.21 0 0.65
HSL 193.57º 0.89% 0.18% -
HSV(B) 193.57º 0.94% 0.35% -
XYZ 4.06 5.13 10.23 -
YUV 52.73 148.47 93.96 -
System Red Green Blue C M Y K H S L
Decimal 5 70 89 0.94 0.21 0 0.65 193.57 0.89 0.18
Hex 5 46 59 5E 15 0 41 C2 59 12
Octal 5 106 131 136 25 0 101 302 131 22
Binary 101 1000110 1011001 1011110 10101 0 1000001 11000010 1011001 10010

Color Harmonies of #054659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054659

Black with #054659

Text Example


Text Example

White with #054659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054659; }

 p { color: rgb(5,70,89); }

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

background-color css

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

 a { background-color: rgb(5,70,89); }

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

border-color css

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

 span { border-color: rgb(5,70,89); }

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