Html Css Color HEX #56828C Hoki

📋 copy color: '#56828C'

red 86 ◦ green 130 ◦ blue 140

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

Shades of Hoki #56828C

Tints of Hoki #56828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.52%

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

R = 24.16%
G = 36.52%
B = 39.33%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56828C (or 0x56828C) is known color: Hoki. HEX triplet: 56, 82 and 8C. RGB value is (86,130,140). Sum of RGB (Red+Green+Blue) = 86+130+140=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #56828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56828C is #A97D73. Grayscale: #757575. Windows color (decimal): -11107700 or 9208406. OLE color: 9208406.

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

Color convert

RGB 86 130 140 -
CMYK 0.39 0.07 0 0.45
HSL 191.11º 0.24% 0.44% -
HSV(B) 191.11º 0.39% 0.55% -
XYZ 16.55 19.84 27.77 -
YUV 117.98 140.42 105.19 -
System Red Green Blue C M Y K H S L
Decimal 86 130 140 0.39 0.07 0 0.45 191.11 0.24 0.44
Hex 56 82 8C 27 7 0 2D BF 18 2C
Octal 126 202 214 47 7 0 55 277 30 54
Binary 1010110 10000010 10001100 100111 111 0 101101 10111111 11000 101100

Color Harmonies of #56828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56828C

Black with #56828C

Text Example


Text Example

White with #56828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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