Html Css Color HEX #58666B Pale Sky

📋 copy color: '#58666B'

red 88 ◦ green 102 ◦ blue 107

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

Shades of Pale Sky #58666B

Tints of Pale Sky #58666B

RGB

 RED value IS 88 (34.77% from 255) = 29.63%

 GREEN value IS 102 (40.23% from 255) = 34.34%

 BLUE value IS 107 (42.19% from 255) = 36.03%

R = 29.63%
G = 34.34%
B = 36.03%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58666B (or 0x58666B) is known color: Pale Sky. HEX triplet: 58, 66 and 6B. RGB value is (88,102,107). Sum of RGB (Red+Green+Blue) = 88+102+107=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 107 - color contains mainly: blue. Hex color #58666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58666B is #A79994. Grayscale: #626262. Windows color (decimal): -10983829 or 7038552. OLE color: 7038552.

HSL color Cylindrical-coordinate representation of color #58666B: hue angle of 195.79º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #58666B is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 102 107 -
CMYK 0.18 0.05 0 0.58
HSL 195.79º 0.1% 0.38% -
HSV(B) 195.79º 0.18% 0.42% -
XYZ 11.43 12.64 15.75 -
YUV 98.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 88 102 107 0.18 0.05 0 0.58 195.79 0.1 0.38
Hex 58 66 6B 12 5 0 3A C4 A 26
Octal 130 146 153 22 5 0 72 304 12 46
Binary 1011000 1100110 1101011 10010 101 0 111010 11000100 1010 100110

Color Harmonies of #58666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58666B

Black with #58666B

Text Example


Text Example

White with #58666B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,102,107); }

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

background-color css

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

 a { background-color: rgb(88,102,107); }

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

border-color css

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

 span { border-color: rgb(88,102,107); }

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