Html Css Color HEX #568493 Horizon

📋 copy color: '#568493'

red 86 ◦ green 132 ◦ blue 147

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

Shades of Horizon #568493

Tints of Horizon #568493

RGB

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

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

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

R = 23.56%
G = 36.16%
B = 40.27%

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

#568493 (or 0x568493) is known color: Horizon. HEX triplet: 56, 84 and 93. RGB value is (86,132,147). Sum of RGB (Red+Green+Blue) = 86+132+147=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #568493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568493 is #A97B6C. Grayscale: #777777. Windows color (decimal): -11107181 or 9667670. OLE color: 9667670.

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

Color convert

RGB 86 132 147 -
CMYK 0.41 0.10 0 0.42
HSL 194.75º 0.26% 0.46% -
HSV(B) 194.75º 0.41% 0.58% -
XYZ 17.36 20.59 30.66 -
YUV 119.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 86 132 147 0.41 0.10 0 0.42 194.75 0.26 0.46
Hex 56 84 93 29 A 0 2A C3 1A 2E
Octal 126 204 223 51 12 0 52 303 32 56
Binary 1010110 10000100 10010011 101001 1010 0 101010 11000011 11010 101110

Color Harmonies of #568493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568493

Black with #568493

Text Example


Text Example

White with #568493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568493; }

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

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

background-color css

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

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

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

border-color css

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

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

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