Html Css Color HEX #567C8B Hoki

📋 copy color: '#567C8B'

red 86 ◦ green 124 ◦ blue 139

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

Shades of Hoki #567C8B

Tints of Hoki #567C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.83%

R = 24.64%
G = 35.53%
B = 39.83%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#567C8B (or 0x567C8B) is known color: Hoki. HEX triplet: 56, 7C and 8B. RGB value is (86,124,139). Sum of RGB (Red+Green+Blue) = 86+124+139=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #567C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567C8B is #A98374. Grayscale: #727272. Windows color (decimal): -11109237 or 9141334. OLE color: 9141334.

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

Color convert

RGB 86 124 139 -
CMYK 0.38 0.11 0 0.45
HSL 196.98º 0.24% 0.44% -
HSV(B) 196.98º 0.38% 0.55% -
XYZ 15.71 18.26 27.12 -
YUV 114.35 141.91 107.78 -
System Red Green Blue C M Y K H S L
Decimal 86 124 139 0.38 0.11 0 0.45 196.98 0.24 0.44
Hex 56 7C 8B 26 B 0 2D C5 18 2C
Octal 126 174 213 46 13 0 55 305 30 54
Binary 1010110 1111100 10001011 100110 1011 0 101101 11000101 11000 101100

Color Harmonies of #567C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567C8B

Black with #567C8B

Text Example


Text Example

White with #567C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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