Html Css Color HEX #557C8D Hoki

📋 copy color: '#557C8D'

red 85 ◦ green 124 ◦ blue 141

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

Shades of Hoki #557C8D

Tints of Hoki #557C8D

RGB

 RED value IS 85 (33.59% from 255) = 24.29%

 GREEN value IS 124 (48.83% from 255) = 35.43%

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

R = 24.29%
G = 35.43%
B = 40.29%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#557C8D (or 0x557C8D) is known color: Hoki. HEX triplet: 55, 7C and 8D. RGB value is (85,124,141). Sum of RGB (Red+Green+Blue) = 85+124+141=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #557C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C8D is #AA8372. Grayscale: #727272. Windows color (decimal): -11174771 or 9272405. OLE color: 9272405.

HSL color Cylindrical-coordinate representation of color #557C8D: hue angle of 198.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #557C8D is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 124 141 -
CMYK 0.40 0.12 0 0.45
HSL 198.21º 0.25% 0.44% -
HSV(B) 198.21º 0.4% 0.55% -
XYZ 15.76 18.27 27.89 -
YUV 114.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 85 124 141 0.40 0.12 0 0.45 198.21 0.25 0.44
Hex 55 7C 8D 28 C 0 2D C6 19 2C
Octal 125 174 215 50 14 0 55 306 31 54
Binary 1010101 1111100 10001101 101000 1100 0 101101 11000110 11001 101100

Color Harmonies of #557C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C8D

Black with #557C8D

Text Example


Text Example

White with #557C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557C8D; }

 p { color: rgb(85,124,141); }

 H1.HeaderClassName
 {
   color: #557C8D;
 }
 .AnyTagClassName
 {
   color: #557C8D;
 }
</style>

background-color css

<style>
 a { background-color: #557C8D; }

 a { background-color: rgb(85,124,141); }

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

border-color css

<style>
 span { border-color: #557C8D; }

 span { border-color: rgb(85,124,141); }

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