Html Css Color HEX #56828B Hoki

📋 copy color: '#56828B'

red 86 ◦ green 130 ◦ blue 139

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

Shades of Hoki #56828B

Tints of Hoki #56828B

RGB

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

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

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

R = 24.23%
G = 36.62%
B = 39.15%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56828B (or 0x56828B) is known color: Hoki. HEX triplet: 56, 82 and 8B. RGB value is (86,130,139). Sum of RGB (Red+Green+Blue) = 86+130+139=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #56828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56828B is #A97D74. Grayscale: #757575. Windows color (decimal): -11107701 or 9142870. OLE color: 9142870.

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

Color convert

RGB 86 130 139 -
CMYK 0.38 0.06 0 0.45
HSL 190.19º 0.24% 0.44% -
HSV(B) 190.19º 0.38% 0.55% -
XYZ 16.48 19.81 27.38 -
YUV 117.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 86 130 139 0.38 0.06 0 0.45 190.19 0.24 0.44
Hex 56 82 8B 26 6 0 2D BE 18 2C
Octal 126 202 213 46 6 0 55 276 30 54
Binary 1010110 10000010 10001011 100110 110 0 101101 10111110 11000 101100

Color Harmonies of #56828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56828B

Black with #56828B

Text Example


Text Example

White with #56828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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