Html Css Color HEX #045255 Sherpa Blue

📋 copy color: '#045255'

red 4 ◦ green 82 ◦ blue 85

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

Shades of Sherpa Blue #045255

Tints of Sherpa Blue #045255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.95%

 BLUE value IS 85 (33.59% from 255) = 49.71%

R = 2.34%
G = 47.95%
B = 49.71%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#045255 (or 0x045255) is known color: Sherpa Blue. HEX triplet: 04, 52 and 55. RGB value is (4,82,85). Sum of RGB (Red+Green+Blue) = 4+82+85=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #045255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045255 is #FBADAA. Grayscale: #3A3A3A. Windows color (decimal): -16493995 or 5591556. OLE color: 5591556.

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

Color convert

RGB 4 82 85 -
CMYK 0.95 0.04 0 0.67
HSL 182.22º 0.91% 0.17% -
HSV(B) 182.22º 0.95% 0.33% -
XYZ 4.71 6.72 9.64 -
YUV 59.02 142.66 88.76 -
System Red Green Blue C M Y K H S L
Decimal 4 82 85 0.95 0.04 0 0.67 182.22 0.91 0.17
Hex 4 52 55 5F 4 0 43 B6 5B 11
Octal 4 122 125 137 4 0 103 266 133 21
Binary 100 1010010 1010101 1011111 100 0 1000011 10110110 1011011 10001

Color Harmonies of #045255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045255

Black with #045255

Text Example


Text Example

White with #045255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045255; }

 p { color: rgb(4,82,85); }

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

background-color css

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

 a { background-color: rgb(4,82,85); }

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

border-color css

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

 span { border-color: rgb(4,82,85); }

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