Html Css Color HEX #045353 Sherpa Blue

📋 copy color: '#045353'

red 4 ◦ green 83 ◦ blue 83

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

Shades of Sherpa Blue #045353

Tints of Sherpa Blue #045353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 48.82%

R = 2.35%
G = 48.82%
B = 48.82%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#045353 (or 0x045353) is known color: Sherpa Blue. HEX triplet: 04, 53 and 53. RGB value is (4,83,83). Sum of RGB (Red+Green+Blue) = 4+83+83=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #045353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045353 is #FBACAC. Grayscale: #3B3B3B. Windows color (decimal): -16493741 or 5460740. OLE color: 5460740.

HSL color Cylindrical-coordinate representation of color #045353: hue angle of 180º 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 #045353 is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 83 83 -
CMYK 0.95 0 0 0.67
HSL 180º 0.91% 0.17% -
HSV(B) 180º 0.95% 0.33% -
XYZ 4.7 6.84 9.26 -
YUV 59.38 141.33 88.5 -
System Red Green Blue C M Y K H S L
Decimal 4 83 83 0.95 0 0 0.67 180 0.91 0.17
Hex 4 53 53 5F 0 0 43 B4 5B 11
Octal 4 123 123 137 0 0 103 264 133 21
Binary 100 1010011 1010011 1011111 0 0 1000011 10110100 1011011 10001

Color Harmonies of #045353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045353

Black with #045353

Text Example


Text Example

White with #045353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045353; }

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

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

background-color css

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

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

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

border-color css

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

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

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