Html Css Color HEX #567B8E Hoki

📋 copy color: '#567B8E'

red 86 ◦ green 123 ◦ blue 142

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

Shades of Hoki #567B8E

Tints of Hoki #567B8E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.04%

 BLUE value IS 142 (55.86% from 255) = 40.46%

R = 24.5%
G = 35.04%
B = 40.46%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#567B8E (or 0x567B8E) is known color: Hoki. HEX triplet: 56, 7B and 8E. RGB value is (86,123,142). Sum of RGB (Red+Green+Blue) = 86+123+142=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #567B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567B8E is #A98471. Grayscale: #717171. Windows color (decimal): -11109490 or 9337686. OLE color: 9337686.

HSL color Cylindrical-coordinate representation of color #567B8E: hue angle of 200.36º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #567B8E is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 123 142 -
CMYK 0.39 0.13 0 0.44
HSL 200.36º 0.25% 0.45% -
HSV(B) 200.36º 0.39% 0.56% -
XYZ 15.8 18.1 28.25 -
YUV 114.1 143.74 107.96 -
System Red Green Blue C M Y K H S L
Decimal 86 123 142 0.39 0.13 0 0.44 200.36 0.25 0.45
Hex 56 7B 8E 27 D 0 2C C8 19 2D
Octal 126 173 216 47 15 0 54 310 31 55
Binary 1010110 1111011 10001110 100111 1101 0 101100 11001000 11001 101101

Color Harmonies of #567B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567B8E

Black with #567B8E

Text Example


Text Example

White with #567B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,123,142); }

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

background-color css

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

 a { background-color: rgb(86,123,142); }

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

border-color css

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

 span { border-color: rgb(86,123,142); }

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