Html Css Color HEX #567F93 Horizon

📋 copy color: '#567F93'

red 86 ◦ green 127 ◦ blue 147

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

Shades of Horizon #567F93

Tints of Horizon #567F93

RGB

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

 GREEN value IS 127 (50% from 255) = 35.28%

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

R = 23.89%
G = 35.28%
B = 40.83%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#567F93 (or 0x567F93) is known color: Horizon. HEX triplet: 56, 7F and 93. RGB value is (86,127,147). Sum of RGB (Red+Green+Blue) = 86+127+147=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #567F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567F93 is #A9806C. Grayscale: #747474. Windows color (decimal): -11108461 or 9666390. OLE color: 9666390.

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

Color convert

RGB 86 127 147 -
CMYK 0.41 0.14 0 0.42
HSL 199.67º 0.26% 0.46% -
HSV(B) 199.67º 0.41% 0.58% -
XYZ 16.69 19.26 30.44 -
YUV 117.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 86 127 147 0.41 0.14 0 0.42 199.67 0.26 0.46
Hex 56 7F 93 29 E 0 2A C8 1A 2E
Octal 126 177 223 51 16 0 52 310 32 56
Binary 1010110 1111111 10010011 101001 1110 0 101010 11001000 11010 101110

Color Harmonies of #567F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567F93

Black with #567F93

Text Example


Text Example

White with #567F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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