Html Css Color HEX #045358 Sherpa Blue

📋 copy color: '#045358'

red 4 ◦ green 83 ◦ blue 88

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

Shades of Sherpa Blue #045358

Tints of Sherpa Blue #045358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.43%

 BLUE value IS 88 (34.77% from 255) = 50.29%

R = 2.29%
G = 47.43%
B = 50.29%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#045358 (or 0x045358) is known color: Sherpa Blue. HEX triplet: 04, 53 and 58. RGB value is (4,83,88). Sum of RGB (Red+Green+Blue) = 4+83+88=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #045358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045358 is #FBACA7. Grayscale: #3B3B3B. Windows color (decimal): -16493736 or 5788420. OLE color: 5788420.

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

Color convert

RGB 4 83 88 -
CMYK 0.95 0.06 0 0.65
HSL 183.57º 0.91% 0.18% -
HSV(B) 183.57º 0.95% 0.35% -
XYZ 4.9 6.92 10.31 -
YUV 59.95 143.83 88.09 -
System Red Green Blue C M Y K H S L
Decimal 4 83 88 0.95 0.06 0 0.65 183.57 0.91 0.18
Hex 4 53 58 5F 6 0 41 B8 5B 12
Octal 4 123 130 137 6 0 101 270 133 22
Binary 100 1010011 1011000 1011111 110 0 1000001 10111000 1011011 10010

Color Harmonies of #045358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045358

Black with #045358

Text Example


Text Example

White with #045358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045358; }

 p { color: rgb(4,83,88); }

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

background-color css

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

 a { background-color: rgb(4,83,88); }

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

border-color css

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

 span { border-color: rgb(4,83,88); }

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