Html Css Color HEX #5C7686 Hoki

📋 copy color: '#5C7686'

red 92 ◦ green 118 ◦ blue 134

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

Shades of Hoki #5C7686

Tints of Hoki #5C7686

RGB

 RED value IS 92 (36.33% from 255) = 26.74%

 GREEN value IS 118 (46.48% from 255) = 34.3%

 BLUE value IS 134 (52.73% from 255) = 38.95%

R = 26.74%
G = 34.3%
B = 38.95%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5C7686 (or 0x5C7686) is known color: Hoki. HEX triplet: 5C, 76 and 86. RGB value is (92,118,134). Sum of RGB (Red+Green+Blue) = 92+118+134=344 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.74% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: blue. Hex color #5C7686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7686 is #A38979. Grayscale: #6F6F6F. Windows color (decimal): -10717562 or 8812124. OLE color: 8812124.

HSL color Cylindrical-coordinate representation of color #5C7686: hue angle of 202.86º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C7686 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 92 118 134 -
CMYK 0.31 0.12 0 0.47
HSL 202.86º 0.19% 0.44% -
HSV(B) 202.86º 0.31% 0.53% -
XYZ 15.2 16.95 25.03 -
YUV 112.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 92 118 134 0.31 0.12 0 0.47 202.86 0.19 0.44
Hex 5C 76 86 1F C 0 2F CB 13 2C
Octal 134 166 206 37 14 0 57 313 23 54
Binary 1011100 1110110 10000110 11111 1100 0 101111 11001011 10011 101100

Color Harmonies of #5C7686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7686

Black with #5C7686

Text Example


Text Example

White with #5C7686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C7686; }

 p { color: rgb(92,118,134); }

 H1.HeaderClassName
 {
   color: #5C7686;
 }
 .AnyTagClassName
 {
   color: #5C7686;
 }
</style>

background-color css

<style>
 a { background-color: #5C7686; }

 a { background-color: rgb(92,118,134); }

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

border-color css

<style>
 span { border-color: #5C7686; }

 span { border-color: rgb(92,118,134); }

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