Html Css Color HEX #568490 Horizon

📋 copy color: '#568490'

red 86 ◦ green 132 ◦ blue 144

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

Shades of Horizon #568490

Tints of Horizon #568490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.46%

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

R = 23.76%
G = 36.46%
B = 39.78%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#568490 (or 0x568490) is known color: Horizon. HEX triplet: 56, 84 and 90. RGB value is (86,132,144). Sum of RGB (Red+Green+Blue) = 86+132+144=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 144 - color contains mainly: blue. Hex color #568490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568490 is #A97B6F. Grayscale: #777777. Windows color (decimal): -11107184 or 9471062. OLE color: 9471062.

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

Color convert

RGB 86 132 144 -
CMYK 0.40 0.08 0 0.44
HSL 192.41º 0.25% 0.45% -
HSV(B) 192.41º 0.4% 0.56% -
XYZ 17.12 20.49 29.44 -
YUV 119.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 86 132 144 0.40 0.08 0 0.44 192.41 0.25 0.45
Hex 56 84 90 28 8 0 2C C0 19 2D
Octal 126 204 220 50 10 0 54 300 31 55
Binary 1010110 10000100 10010000 101000 1000 0 101100 11000000 11001 101101

Color Harmonies of #568490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568490

Black with #568490

Text Example


Text Example

White with #568490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568490; }

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

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

background-color css

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

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

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

border-color css

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

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

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