Html Css Color HEX #568297 Horizon

📋 copy color: '#568297'

red 86 ◦ green 130 ◦ blue 151

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

Shades of Horizon #568297

Tints of Horizon #568297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.14%

R = 23.43%
G = 35.42%
B = 41.14%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#568297 (or 0x568297) is known color: Horizon. HEX triplet: 56, 82 and 97. RGB value is (86,130,151). Sum of RGB (Red+Green+Blue) = 86+130+151=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 151 - color contains mainly: blue. Hex color #568297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568297 is #A97D68. Grayscale: #777777. Windows color (decimal): -11107689 or 9929302. OLE color: 9929302.

HSL color Cylindrical-coordinate representation of color #568297: hue angle of 199.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #568297 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 130 151 -
CMYK 0.43 0.14 0 0.41
HSL 199.38º 0.27% 0.46% -
HSV(B) 199.38º 0.43% 0.59% -
XYZ 17.41 20.18 32.26 -
YUV 119.24 145.92 104.29 -
System Red Green Blue C M Y K H S L
Decimal 86 130 151 0.43 0.14 0 0.41 199.38 0.27 0.46
Hex 56 82 97 2B E 0 29 C7 1B 2E
Octal 126 202 227 53 16 0 51 307 33 56
Binary 1010110 10000010 10010111 101011 1110 0 101001 11000111 11011 101110

Color Harmonies of #568297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568297

Black with #568297

Text Example


Text Example

White with #568297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568297; }

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

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

background-color css

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

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

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

border-color css

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

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

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