Html Css Color HEX #568190 Horizon

📋 copy color: '#568190'

red 86 ◦ green 129 ◦ blue 144

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

Shades of Horizon #568190

Tints of Horizon #568190

RGB

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

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

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

R = 23.96%
G = 35.93%
B = 40.11%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#568190 (or 0x568190) is known color: Horizon. HEX triplet: 56, 81 and 90. RGB value is (86,129,144). Sum of RGB (Red+Green+Blue) = 86+129+144=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #568190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568190 is #A97E6F. Grayscale: #757575. Windows color (decimal): -11107952 or 9470294. OLE color: 9470294.

HSL color Cylindrical-coordinate representation of color #568190: hue angle of 195.52º 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 #568190 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 129 144 -
CMYK 0.40 0.10 0 0.44
HSL 195.52º 0.25% 0.45% -
HSV(B) 195.52º 0.4% 0.56% -
XYZ 16.72 19.69 29.31 -
YUV 117.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 86 129 144 0.40 0.10 0 0.44 195.52 0.25 0.45
Hex 56 81 90 28 A 0 2C C4 19 2D
Octal 126 201 220 50 12 0 54 304 31 55
Binary 1010110 10000001 10010000 101000 1010 0 101100 11000100 11001 101101

Color Harmonies of #568190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568190

Black with #568190

Text Example


Text Example

White with #568190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568190; }

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

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

background-color css

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

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

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

border-color css

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

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

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