Html Css Color HEX #567075 Pale Sky

📋 copy color: '#567075'

red 86 ◦ green 112 ◦ blue 117

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

Shades of Pale Sky #567075

Tints of Pale Sky #567075

RGB

 RED value IS 86 (33.98% from 255) = 27.3%

 GREEN value IS 112 (44.14% from 255) = 35.56%

 BLUE value IS 117 (46.09% from 255) = 37.14%

R = 27.3%
G = 35.56%
B = 37.14%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#567075 (or 0x567075) is known color: Pale Sky. HEX triplet: 56, 70 and 75. RGB value is (86,112,117). Sum of RGB (Red+Green+Blue) = 86+112+117=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #567075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567075 is #A98F8A. Grayscale: #686868. Windows color (decimal): -11112331 or 7696470. OLE color: 7696470.

HSL color Cylindrical-coordinate representation of color #567075: hue angle of 189.68º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #567075 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 112 117 -
CMYK 0.26 0.04 0 0.54
HSL 189.68º 0.15% 0.4% -
HSV(B) 189.68º 0.26% 0.46% -
XYZ 12.84 14.85 19.02 -
YUV 104.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 86 112 117 0.26 0.04 0 0.54 189.68 0.15 0.4
Hex 56 70 75 1A 4 0 36 BE F 28
Octal 126 160 165 32 4 0 66 276 17 50
Binary 1010110 1110000 1110101 11010 100 0 110110 10111110 1111 101000

Color Harmonies of #567075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567075

Black with #567075

Text Example


Text Example

White with #567075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567075; }

 p { color: rgb(86,112,117); }

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

background-color css

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

 a { background-color: rgb(86,112,117); }

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

border-color css

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

 span { border-color: rgb(86,112,117); }

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