Html Css Color HEX #567E86 Hoki

📋 copy color: '#567E86'

red 86 ◦ green 126 ◦ blue 134

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

Shades of Hoki #567E86

Tints of Hoki #567E86

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.42%

 BLUE value IS 134 (52.73% from 255) = 38.73%

R = 24.86%
G = 36.42%
B = 38.73%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#567E86 (or 0x567E86) is known color: Hoki. HEX triplet: 56, 7E and 86. RGB value is (86,126,134). Sum of RGB (Red+Green+Blue) = 86+126+134=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 134 - color contains mainly: blue. Hex color #567E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567E86 is #A98179. Grayscale: #727272. Windows color (decimal): -11108730 or 8814166. OLE color: 8814166.

HSL color Cylindrical-coordinate representation of color #567E86: hue angle of 190º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #567E86 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 126 134 -
CMYK 0.36 0.06 0 0.47
HSL 190º 0.22% 0.43% -
HSV(B) 190º 0.36% 0.53% -
XYZ 15.6 18.62 25.33 -
YUV 114.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 86 126 134 0.36 0.06 0 0.47 190 0.22 0.43
Hex 56 7E 86 24 6 0 2F BE 16 2B
Octal 126 176 206 44 6 0 57 276 26 53
Binary 1010110 1111110 10000110 100100 110 0 101111 10111110 10110 101011

Color Harmonies of #567E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567E86

Black with #567E86

Text Example


Text Example

White with #567E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,126,134); }

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

background-color css

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

 a { background-color: rgb(86,126,134); }

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

border-color css

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

 span { border-color: rgb(86,126,134); }

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