Html Css Color HEX #557C8A Hoki

📋 copy color: '#557C8A'

red 85 ◦ green 124 ◦ blue 138

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

Shades of Hoki #557C8A

Tints of Hoki #557C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.77%

R = 24.5%
G = 35.73%
B = 39.77%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#557C8A (or 0x557C8A) is known color: Hoki. HEX triplet: 55, 7C and 8A. RGB value is (85,124,138). Sum of RGB (Red+Green+Blue) = 85+124+138=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #557C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C8A is #AA8375. Grayscale: #717171. Windows color (decimal): -11174774 or 9075797. OLE color: 9075797.

HSL color Cylindrical-coordinate representation of color #557C8A: hue angle of 195.85º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #557C8A is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 124 138 -
CMYK 0.38 0.10 0 0.46
HSL 195.85º 0.24% 0.44% -
HSV(B) 195.85º 0.38% 0.54% -
XYZ 15.54 18.18 26.74 -
YUV 113.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 85 124 138 0.38 0.10 0 0.46 195.85 0.24 0.44
Hex 55 7C 8A 26 A 0 2E C4 18 2C
Octal 125 174 212 46 12 0 56 304 30 54
Binary 1010101 1111100 10001010 100110 1010 0 101110 11000100 11000 101100

Color Harmonies of #557C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C8A

Black with #557C8A

Text Example


Text Example

White with #557C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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