Html Css Color HEX #546970 Pale Sky

📋 copy color: '#546970'

red 84 ◦ green 105 ◦ blue 112

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

Shades of Pale Sky #546970

Tints of Pale Sky #546970

RGB

 RED value IS 84 (33.2% from 255) = 27.91%

 GREEN value IS 105 (41.41% from 255) = 34.88%

 BLUE value IS 112 (44.14% from 255) = 37.21%

R = 27.91%
G = 34.88%
B = 37.21%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#546970 (or 0x546970) is known color: Pale Sky. HEX triplet: 54, 69 and 70. RGB value is (84,105,112). Sum of RGB (Red+Green+Blue) = 84+105+112=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 112 - color contains mainly: blue. Hex color #546970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546970 is #AB968F. Grayscale: #636363. Windows color (decimal): -11245200 or 7366996. OLE color: 7366996.

HSL color Cylindrical-coordinate representation of color #546970: hue angle of 195º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #546970 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 105 112 -
CMYK 0.25 0.06 0 0.56
HSL 195º 0.14% 0.38% -
HSV(B) 195º 0.25% 0.44% -
XYZ 11.63 13.16 17.26 -
YUV 99.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 84 105 112 0.25 0.06 0 0.56 195 0.14 0.38
Hex 54 69 70 19 6 0 38 C3 E 26
Octal 124 151 160 31 6 0 70 303 16 46
Binary 1010100 1101001 1110000 11001 110 0 111000 11000011 1110 100110

Color Harmonies of #546970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546970

Black with #546970

Text Example


Text Example

White with #546970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546970; }

 p { color: rgb(84,105,112); }

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

background-color css

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

 a { background-color: rgb(84,105,112); }

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

border-color css

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

 span { border-color: rgb(84,105,112); }

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