Html Css Color HEX #568390 Horizon

📋 copy color: '#568390'

red 86 ◦ green 131 ◦ blue 144

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

Shades of Horizon #568390

Tints of Horizon #568390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

 BLUE value IS 144 (56.64% from 255) = 39.89%

R = 23.82%
G = 36.29%
B = 39.89%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#568390 (or 0x568390) is known color: Horizon. HEX triplet: 56, 83 and 90. RGB value is (86,131,144). Sum of RGB (Red+Green+Blue) = 86+131+144=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 144 - color contains mainly: blue. Hex color #568390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568390 is #A97C6F. Grayscale: #767676. Windows color (decimal): -11107440 or 9470806. OLE color: 9470806.

HSL color Cylindrical-coordinate representation of color #568390: hue angle of 193.45º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #568390 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 131 144 -
CMYK 0.40 0.09 0 0.44
HSL 193.45º 0.25% 0.45% -
HSV(B) 193.45º 0.4% 0.56% -
XYZ 16.99 20.22 29.39 -
YUV 119.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 86 131 144 0.40 0.09 0 0.44 193.45 0.25 0.45
Hex 56 83 90 28 9 0 2C C1 19 2D
Octal 126 203 220 50 11 0 54 301 31 55
Binary 1010110 10000011 10010000 101000 1001 0 101100 11000001 11001 101101

Color Harmonies of #568390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568390

Black with #568390

Text Example


Text Example

White with #568390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568390; }

 p { color: rgb(86,131,144); }

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

background-color css

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

 a { background-color: rgb(86,131,144); }

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

border-color css

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

 span { border-color: rgb(86,131,144); }

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