Html Css Color HEX #567A8C Hoki

📋 copy color: '#567A8C'

red 86 ◦ green 122 ◦ blue 140

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

Shades of Hoki #567A8C

Tints of Hoki #567A8C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.06%

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

R = 24.71%
G = 35.06%
B = 40.23%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#567A8C (or 0x567A8C) is known color: Hoki. HEX triplet: 56, 7A and 8C. RGB value is (86,122,140). Sum of RGB (Red+Green+Blue) = 86+122+140=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 140 - color contains mainly: blue. Hex color #567A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567A8C is #A98573. Grayscale: #717171. Windows color (decimal): -11109748 or 9206358. OLE color: 9206358.

HSL color Cylindrical-coordinate representation of color #567A8C: hue angle of 200º 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 #567A8C is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 122 140 -
CMYK 0.39 0.13 0 0.45
HSL 200º 0.24% 0.44% -
HSV(B) 200º 0.39% 0.55% -
XYZ 15.53 17.79 27.43 -
YUV 113.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 86 122 140 0.39 0.13 0 0.45 200 0.24 0.44
Hex 56 7A 8C 27 D 0 2D C8 18 2C
Octal 126 172 214 47 15 0 55 310 30 54
Binary 1010110 1111010 10001100 100111 1101 0 101101 11001000 11000 101100

Color Harmonies of #567A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567A8C

Black with #567A8C

Text Example


Text Example

White with #567A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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