Html Css Color HEX #5C7F8D Hoki

📋 copy color: '#5C7F8D'

red 92 ◦ green 127 ◦ blue 141

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

Shades of Hoki #5C7F8D

Tints of Hoki #5C7F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 35.28%

 BLUE value IS 141 (55.47% from 255) = 39.17%

R = 25.56%
G = 35.28%
B = 39.17%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C7F8D (or 0x5C7F8D) is known color: Hoki. HEX triplet: 5C, 7F and 8D. RGB value is (92,127,141). Sum of RGB (Red+Green+Blue) = 92+127+141=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C7F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7F8D is #A38072. Grayscale: #767676. Windows color (decimal): -10715251 or 9273180. OLE color: 9273180.

HSL color Cylindrical-coordinate representation of color #5C7F8D: hue angle of 197.14º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C7F8D is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 92 127 141 -
CMYK 0.35 0.10 0 0.45
HSL 197.14º 0.21% 0.46% -
HSV(B) 197.14º 0.35% 0.55% -
XYZ 16.81 19.38 28.05 -
YUV 118.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 92 127 141 0.35 0.10 0 0.45 197.14 0.21 0.46
Hex 5C 7F 8D 23 A 0 2D C5 15 2E
Octal 134 177 215 43 12 0 55 305 25 56
Binary 1011100 1111111 10001101 100011 1010 0 101101 11000101 10101 101110

Color Harmonies of #5C7F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7F8D

Black with #5C7F8D

Text Example


Text Example

White with #5C7F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,127,141); }

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

background-color css

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

 a { background-color: rgb(92,127,141); }

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

border-color css

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

 span { border-color: rgb(92,127,141); }

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