Html Css Color HEX #557A8A Hoki

📋 copy color: '#557A8A'

red 85 ◦ green 122 ◦ blue 138

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

Shades of Hoki #557A8A

Tints of Hoki #557A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.36%

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

R = 24.64%
G = 35.36%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#557A8A (or 0x557A8A) is known color: Hoki. HEX triplet: 55, 7A and 8A. RGB value is (85,122,138). Sum of RGB (Red+Green+Blue) = 85+122+138=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #557A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557A8A is #AA8575. Grayscale: #707070. Windows color (decimal): -11175286 or 9075285. OLE color: 9075285.

HSL color Cylindrical-coordinate representation of color #557A8A: hue angle of 198.11º 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 #557A8A is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 122 138 -
CMYK 0.38 0.12 0 0.46
HSL 198.11º 0.24% 0.44% -
HSV(B) 198.11º 0.38% 0.54% -
XYZ 15.29 17.69 26.65 -
YUV 112.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 85 122 138 0.38 0.12 0 0.46 198.11 0.24 0.44
Hex 55 7A 8A 26 C 0 2E C6 18 2C
Octal 125 172 212 46 14 0 56 306 30 54
Binary 1010101 1111010 10001010 100110 1100 0 101110 11000110 11000 101100

Color Harmonies of #557A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A8A

Black with #557A8A

Text Example


Text Example

White with #557A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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