Html Css Color HEX #568291 Horizon

📋 copy color: '#568291'

red 86 ◦ green 130 ◦ blue 145

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

Shades of Horizon #568291

Tints of Horizon #568291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.01%

 BLUE value IS 145 (57.03% from 255) = 40.17%

R = 23.82%
G = 36.01%
B = 40.17%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#568291 (or 0x568291) is known color: Horizon. HEX triplet: 56, 82 and 91. RGB value is (86,130,145). Sum of RGB (Red+Green+Blue) = 86+130+145=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #568291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568291 is #A97D6E. Grayscale: #767676. Windows color (decimal): -11107695 or 9536086. OLE color: 9536086.

HSL color Cylindrical-coordinate representation of color #568291: hue angle of 195.25º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #568291 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 130 145 -
CMYK 0.41 0.10 0 0.43
HSL 195.25º 0.26% 0.45% -
HSV(B) 195.25º 0.41% 0.57% -
XYZ 16.93 19.99 29.75 -
YUV 118.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 86 130 145 0.41 0.10 0 0.43 195.25 0.26 0.45
Hex 56 82 91 29 A 0 2B C3 1A 2D
Octal 126 202 221 51 12 0 53 303 32 55
Binary 1010110 10000010 10010001 101001 1010 0 101011 11000011 11010 101101

Color Harmonies of #568291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568291

Black with #568291

Text Example


Text Example

White with #568291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568291; }

 p { color: rgb(86,130,145); }

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

background-color css

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

 a { background-color: rgb(86,130,145); }

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

border-color css

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

 span { border-color: rgb(86,130,145); }

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