Html Css Color HEX #568495 Horizon

📋 copy color: '#568495'

red 86 ◦ green 132 ◦ blue 149

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

Shades of Horizon #568495

Tints of Horizon #568495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

 BLUE value IS 149 (58.59% from 255) = 40.6%

R = 23.43%
G = 35.97%
B = 40.6%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#568495 (or 0x568495) is known color: Horizon. HEX triplet: 56, 84 and 95. RGB value is (86,132,149). Sum of RGB (Red+Green+Blue) = 86+132+149=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #568495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568495 is #A97B6A. Grayscale: #787878. Windows color (decimal): -11107179 or 9798742. OLE color: 9798742.

HSL color Cylindrical-coordinate representation of color #568495: hue angle of 196.19º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #568495 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 132 149 -
CMYK 0.42 0.11 0 0.42
HSL 196.19º 0.27% 0.46% -
HSV(B) 196.19º 0.42% 0.58% -
XYZ 17.51 20.65 31.5 -
YUV 120.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 86 132 149 0.42 0.11 0 0.42 196.19 0.27 0.46
Hex 56 84 95 2A B 0 2A C4 1B 2E
Octal 126 204 225 52 13 0 52 304 33 56
Binary 1010110 10000100 10010101 101010 1011 0 101010 11000100 11011 101110

Color Harmonies of #568495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568495

Black with #568495

Text Example


Text Example

White with #568495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568495; }

 p { color: rgb(86,132,149); }

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

background-color css

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

 a { background-color: rgb(86,132,149); }

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

border-color css

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

 span { border-color: rgb(86,132,149); }

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