Html Css Color HEX #568097 Horizon

📋 copy color: '#568097'

red 86 ◦ green 128 ◦ blue 151

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

Shades of Horizon #568097

Tints of Horizon #568097

RGB

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

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

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

R = 23.56%
G = 35.07%
B = 41.37%

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

#568097 (or 0x568097) is known color: Horizon. HEX triplet: 56, 80 and 97. RGB value is (86,128,151). Sum of RGB (Red+Green+Blue) = 86+128+151=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 151 - color contains mainly: blue. Hex color #568097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568097 is #A97F68. Grayscale: #757575. Windows color (decimal): -11108201 or 9928790. OLE color: 9928790.

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

Color convert

RGB 86 128 151 -
CMYK 0.43 0.15 0 0.41
HSL 201.23º 0.27% 0.46% -
HSV(B) 201.23º 0.43% 0.59% -
XYZ 17.14 19.65 32.17 -
YUV 118.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 86 128 151 0.43 0.15 0 0.41 201.23 0.27 0.46
Hex 56 80 97 2B F 0 29 C9 1B 2E
Octal 126 200 227 53 17 0 51 311 33 56
Binary 1010110 10000000 10010111 101011 1111 0 101001 11001001 11011 101110

Color Harmonies of #568097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568097

Black with #568097

Text Example


Text Example

White with #568097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568097; }

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

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

background-color css

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

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

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

border-color css

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

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

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