Html Css Color HEX #054259 Sherpa Blue

📋 copy color: '#054259'

red 5 ◦ green 66 ◦ blue 89

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

Shades of Sherpa Blue #054259

Tints of Sherpa Blue #054259

RGB

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

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

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

R = 3.13%
G = 41.25%
B = 55.63%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#054259 (or 0x054259) is known color: Sherpa Blue. HEX triplet: 05, 42 and 59. RGB value is (5,66,89). Sum of RGB (Red+Green+Blue) = 5+66+89=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #054259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054259 is #FABDA6. Grayscale: #323232. Windows color (decimal): -16432551 or 5849605. OLE color: 5849605.

HSL color Cylindrical-coordinate representation of color #054259: hue angle of 196.43º 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 #054259 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 66 89 -
CMYK 0.94 0.26 0 0.65
HSL 196.43º 0.89% 0.18% -
HSV(B) 196.43º 0.94% 0.35% -
XYZ 3.81 4.65 10.15 -
YUV 50.38 149.79 95.63 -
System Red Green Blue C M Y K H S L
Decimal 5 66 89 0.94 0.26 0 0.65 196.43 0.89 0.18
Hex 5 42 59 5E 1A 0 41 C4 59 12
Octal 5 102 131 136 32 0 101 304 131 22
Binary 101 1000010 1011001 1011110 11010 0 1000001 11000100 1011001 10010

Color Harmonies of #054259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054259

Black with #054259

Text Example


Text Example

White with #054259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054259; }

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

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

background-color css

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

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

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

border-color css

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

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

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