Html Css Color HEX #568593 Horizon

📋 copy color: '#568593'

red 86 ◦ green 133 ◦ blue 147

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

Shades of Horizon #568593

Tints of Horizon #568593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

 BLUE value IS 147 (57.81% from 255) = 40.16%

R = 23.5%
G = 36.34%
B = 40.16%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#568593 (or 0x568593) is known color: Horizon. HEX triplet: 56, 85 and 93. RGB value is (86,133,147). Sum of RGB (Red+Green+Blue) = 86+133+147=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #568593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568593 is #A97A6C. Grayscale: #787878. Windows color (decimal): -11106925 or 9667926. OLE color: 9667926.

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

Color convert

RGB 86 133 147 -
CMYK 0.41 0.10 0 0.42
HSL 193.77º 0.26% 0.46% -
HSV(B) 193.77º 0.41% 0.58% -
XYZ 17.49 20.86 30.71 -
YUV 120.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 86 133 147 0.41 0.10 0 0.42 193.77 0.26 0.46
Hex 56 85 93 29 A 0 2A C2 1A 2E
Octal 126 205 223 51 12 0 52 302 32 56
Binary 1010110 10000101 10010011 101001 1010 0 101010 11000010 11010 101110

Color Harmonies of #568593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568593

Black with #568593

Text Example


Text Example

White with #568593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568593; }

 p { color: rgb(86,133,147); }

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

background-color css

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

 a { background-color: rgb(86,133,147); }

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

border-color css

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

 span { border-color: rgb(86,133,147); }

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