Html Css Color HEX #568293 Horizon

📋 copy color: '#568293'

red 86 ◦ green 130 ◦ blue 147

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

Shades of Horizon #568293

Tints of Horizon #568293

RGB

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

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

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

R = 23.69%
G = 35.81%
B = 40.5%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#568293 (or 0x568293) is known color: Horizon. HEX triplet: 56, 82 and 93. RGB value is (86,130,147). Sum of RGB (Red+Green+Blue) = 86+130+147=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #568293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568293 is #A97D6C. Grayscale: #767676. Windows color (decimal): -11107693 or 9667158. OLE color: 9667158.

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

Color convert

RGB 86 130 147 -
CMYK 0.41 0.12 0 0.42
HSL 196.72º 0.26% 0.46% -
HSV(B) 196.72º 0.41% 0.58% -
XYZ 17.09 20.05 30.57 -
YUV 118.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 86 130 147 0.41 0.12 0 0.42 196.72 0.26 0.46
Hex 56 82 93 29 C 0 2A C5 1A 2E
Octal 126 202 223 51 14 0 52 305 32 56
Binary 1010110 10000010 10010011 101001 1100 0 101010 11000101 11010 101110

Color Harmonies of #568293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568293

Black with #568293

Text Example


Text Example

White with #568293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568293; }

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

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

background-color css

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

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

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

border-color css

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

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

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