Html Css Color HEX #5D6E71 Pale Sky

📋 copy color: '#5D6E71'

red 93 ◦ green 110 ◦ blue 113

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

Shades of Pale Sky #5D6E71

Tints of Pale Sky #5D6E71

RGB

 RED value IS 93 (36.72% from 255) = 29.43%

 GREEN value IS 110 (43.36% from 255) = 34.81%

 BLUE value IS 113 (44.53% from 255) = 35.76%

R = 29.43%
G = 34.81%
B = 35.76%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5D6E71 (or 0x5D6E71) is known color: Pale Sky. HEX triplet: 5D, 6E and 71. RGB value is (93,110,113). Sum of RGB (Red+Green+Blue) = 93+110+113=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 113 - color contains mainly: blue. Hex color #5D6E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6E71 is #A2918E. Grayscale: #696969. Windows color (decimal): -10654095 or 7433821. OLE color: 7433821.

HSL color Cylindrical-coordinate representation of color #5D6E71: hue angle of 189º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5D6E71 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 110 113 -
CMYK 0.18 0.03 0 0.56
HSL 189º 0.1% 0.4% -
HSV(B) 189º 0.18% 0.44% -
XYZ 13.07 14.67 17.77 -
YUV 105.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 93 110 113 0.18 0.03 0 0.56 189 0.1 0.4
Hex 5D 6E 71 12 3 0 38 BD A 28
Octal 135 156 161 22 3 0 70 275 12 50
Binary 1011101 1101110 1110001 10010 11 0 111000 10111101 1010 101000

Color Harmonies of #5D6E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6E71

Black with #5D6E71

Text Example


Text Example

White with #5D6E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D6E71; }

 p { color: rgb(93,110,113); }

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

background-color css

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

 a { background-color: rgb(93,110,113); }

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

border-color css

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

 span { border-color: rgb(93,110,113); }

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