Html Css Color HEX #05425B Sherpa Blue

📋 copy color: '#05425B'

red 5 ◦ green 66 ◦ blue 91

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

Shades of Sherpa Blue #05425B

Tints of Sherpa Blue #05425B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 56.17%

R = 3.09%
G = 40.74%
B = 56.17%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05425B (or 0x05425B) is known color: Sherpa Blue. HEX triplet: 05, 42 and 5B. RGB value is (5,66,91). Sum of RGB (Red+Green+Blue) = 5+66+91=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #05425B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05425B is #FABDA4. Grayscale: #323232. Windows color (decimal): -16432549 or 5980677. OLE color: 5980677.

HSL color Cylindrical-coordinate representation of color #05425B: hue angle of 197.44º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05425B is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 66 91 -
CMYK 0.95 0.27 0 0.64
HSL 197.44º 0.9% 0.19% -
HSV(B) 197.44º 0.95% 0.36% -
XYZ 3.9 4.68 10.6 -
YUV 50.61 150.79 95.47 -
System Red Green Blue C M Y K H S L
Decimal 5 66 91 0.95 0.27 0 0.64 197.44 0.9 0.19
Hex 5 42 5B 5F 1B 0 40 C5 5A 13
Octal 5 102 133 137 33 0 100 305 132 23
Binary 101 1000010 1011011 1011111 11011 0 1000000 11000101 1011010 10011

Color Harmonies of #05425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05425B

Black with #05425B

Text Example


Text Example

White with #05425B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05425B; }

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

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

background-color css

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

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

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

border-color css

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

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

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