Html Css Color HEX #567C8C Hoki

📋 copy color: '#567C8C'

red 86 ◦ green 124 ◦ blue 140

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

Shades of Hoki #567C8C

Tints of Hoki #567C8C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

 BLUE value IS 140 (55.08% from 255) = 40%

R = 24.57%
G = 35.43%
B = 40%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#567C8C (or 0x567C8C) is known color: Hoki. HEX triplet: 56, 7C and 8C. RGB value is (86,124,140). Sum of RGB (Red+Green+Blue) = 86+124+140=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #567C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567C8C is #A98373. Grayscale: #727272. Windows color (decimal): -11109236 or 9206870. OLE color: 9206870.

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

Color convert

RGB 86 124 140 -
CMYK 0.39 0.11 0 0.45
HSL 197.78º 0.24% 0.44% -
HSV(B) 197.78º 0.39% 0.55% -
XYZ 15.78 18.29 27.51 -
YUV 114.46 142.41 107.7 -
System Red Green Blue C M Y K H S L
Decimal 86 124 140 0.39 0.11 0 0.45 197.78 0.24 0.44
Hex 56 7C 8C 27 B 0 2D C6 18 2C
Octal 126 174 214 47 13 0 55 306 30 54
Binary 1010110 1111100 10001100 100111 1011 0 101101 11000110 11000 101100

Color Harmonies of #567C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567C8C

Black with #567C8C

Text Example


Text Example

White with #567C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,124,140); }

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

background-color css

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

 a { background-color: rgb(86,124,140); }

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

border-color css

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

 span { border-color: rgb(86,124,140); }

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