Html Css Color HEX #568095 Horizon

📋 copy color: '#568095'

red 86 ◦ green 128 ◦ blue 149

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

Shades of Horizon #568095

Tints of Horizon #568095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.26%

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

R = 23.69%
G = 35.26%
B = 41.05%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#568095 (or 0x568095) is known color: Horizon. HEX triplet: 56, 80 and 95. RGB value is (86,128,149). Sum of RGB (Red+Green+Blue) = 86+128+149=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #568095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568095 is #A97F6A. Grayscale: #757575. Windows color (decimal): -11108203 or 9797718. OLE color: 9797718.

HSL color Cylindrical-coordinate representation of color #568095: hue angle of 200º 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 #568095 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 128 149 -
CMYK 0.42 0.14 0 0.42
HSL 200º 0.27% 0.46% -
HSV(B) 200º 0.42% 0.58% -
XYZ 16.98 19.59 31.32 -
YUV 117.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 86 128 149 0.42 0.14 0 0.42 200 0.27 0.46
Hex 56 80 95 2A E 0 2A C8 1B 2E
Octal 126 200 225 52 16 0 52 310 33 56
Binary 1010110 10000000 10010101 101010 1110 0 101010 11001000 11011 101110

Color Harmonies of #568095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568095

Black with #568095

Text Example


Text Example

White with #568095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568095; }

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

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

background-color css

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

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

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

border-color css

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

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

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