Html Css Color HEX #568197 Horizon

📋 copy color: '#568197'

red 86 ◦ green 129 ◦ blue 151

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

Shades of Horizon #568197

Tints of Horizon #568197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.25%

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

R = 23.5%
G = 35.25%
B = 41.26%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#568197 (or 0x568197) is known color: Horizon. HEX triplet: 56, 81 and 97. RGB value is (86,129,151). Sum of RGB (Red+Green+Blue) = 86+129+151=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 151 - color contains mainly: blue. Hex color #568197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568197 is #A97E68. Grayscale: #767676. Windows color (decimal): -11107945 or 9929046. OLE color: 9929046.

HSL color Cylindrical-coordinate representation of color #568197: hue angle of 200.31º 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 #568197 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 129 151 -
CMYK 0.43 0.15 0 0.41
HSL 200.31º 0.27% 0.46% -
HSV(B) 200.31º 0.43% 0.59% -
XYZ 17.27 19.91 32.21 -
YUV 118.65 146.25 104.71 -
System Red Green Blue C M Y K H S L
Decimal 86 129 151 0.43 0.15 0 0.41 200.31 0.27 0.46
Hex 56 81 97 2B F 0 29 C8 1B 2E
Octal 126 201 227 53 17 0 51 310 33 56
Binary 1010110 10000001 10010111 101011 1111 0 101001 11001000 11011 101110

Color Harmonies of #568197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568197

Black with #568197

Text Example


Text Example

White with #568197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568197; }

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

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

background-color css

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

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

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

border-color css

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

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

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