Html Css Color HEX #567986 Hoki

📋 copy color: '#567986'

red 86 ◦ green 121 ◦ blue 134

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

Shades of Hoki #567986

Tints of Hoki #567986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.48%

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

R = 25.22%
G = 35.48%
B = 39.3%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#567986 (or 0x567986) is known color: Hoki. HEX triplet: 56, 79 and 86. RGB value is (86,121,134). Sum of RGB (Red+Green+Blue) = 86+121+134=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 134 - color contains mainly: blue. Hex color #567986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567986 is #A98679. Grayscale: #6F6F6F. Windows color (decimal): -11110010 or 8812886. OLE color: 8812886.

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

Color convert

RGB 86 121 134 -
CMYK 0.36 0.10 0 0.47
HSL 196.25º 0.22% 0.43% -
HSV(B) 196.25º 0.36% 0.53% -
XYZ 14.98 17.37 25.12 -
YUV 112.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 86 121 134 0.36 0.10 0 0.47 196.25 0.22 0.43
Hex 56 79 86 24 A 0 2F C4 16 2B
Octal 126 171 206 44 12 0 57 304 26 53
Binary 1010110 1111001 10000110 100100 1010 0 101111 11000100 10110 101011

Color Harmonies of #567986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567986

Black with #567986

Text Example


Text Example

White with #567986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567986; }

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

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

background-color css

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

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

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

border-color css

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

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

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